Diff of /trunk/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 121 by harbaum, Sat Sep 19 19:19:42 2009 UTC revision 122 by harbaum, Mon Sep 21 13:15:25 2009 UTC
# Line 154  PKG_CHECK_EXISTS(maemo-version, [ Line 154  PKG_CHECK_EXISTS(maemo-version, [
154      AC_MSG_ERROR([maemo-version not found])      AC_MSG_ERROR([maemo-version not found])
155    ])    ])
156    
   # maemo uses dbus for ipc with maemo mapper  
   EXTRA_OBJS="$EXTRA_OBJS mm_poi.o dbus.o"  
   
157    INSTALL_PLATTFORM="install-maemo"    INSTALL_PLATTFORM="install-maemo"
158    
159    # fremantle uses icons of 48x48 pixels for the app installer,    # fremantle uses icons of 48x48 pixels for the app installer,
# Line 165  PKG_CHECK_EXISTS(maemo-version, [ Line 162  PKG_CHECK_EXISTS(maemo-version, [
162       ICONNAME=gpxview.48.png       ICONNAME=gpxview.48.png
163    else    else
164       ICONNAME=gpxview.26.png       ICONNAME=gpxview.26.png
165         AC_MSG_NOTICE([Enabling Maemo Mapper support])
166         CFLAGS="$CFLAGS -DENABLE_MAEMO_MAPPER"
167         EXTRA_OBJS="$EXTRA_OBJS mm_poi.o"
168    fi    fi
169    
170      # maemo uses dbus for ipc with maemo mapper
171      EXTRA_OBJS="$EXTRA_OBJS dbus.o"
172    
173    AC_MSG_NOTICE([Using application installer icon "$ICONNAME"])    AC_MSG_NOTICE([Using application installer icon "$ICONNAME"])
174    
175    # add icon entry to debian/control    # add icon entry to debian/control

Legend:
Removed from v.121  
changed lines
  Added in v.122