Diff of /trunk/configure

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

revision 117 by harbaum, Thu Sep 17 07:33:13 2009 UTC revision 122 by harbaum, Mon Sep 21 13:15:25 2009 UTC
# Line 4323  echo "$as_me: error: maemo-version not f Line 4323  echo "$as_me: error: maemo-version not f
4323    
4324  fi  fi
4325    
   # maemo uses dbus for ipc with maemo mapper  
   EXTRA_OBJS="$EXTRA_OBJS mm_poi.o dbus.o"  
   
4326    INSTALL_PLATTFORM="install-maemo"    INSTALL_PLATTFORM="install-maemo"
4327    
4328    # fremantle uses icons of 48x48 pixels for the app installer    # fremantle uses icons of 48x48 pixels for the app installer,
4329      # older versions used 26x26
4330    if [ "$MAJOR" == "5" ]; then    if [ "$MAJOR" == "5" ]; then
4331       ICONNAME=gpxview.48.png       ICONNAME=gpxview.48.png
4332    else    else
4333       ICONNAME=gpxview.26.png       ICONNAME=gpxview.26.png
4334         { echo "$as_me:$LINENO: Enabling Maemo Mapper support" >&5
4335    echo "$as_me: Enabling Maemo Mapper support" >&6;}
4336         CFLAGS="$CFLAGS -DENABLE_MAEMO_MAPPER"
4337         EXTRA_OBJS="$EXTRA_OBJS mm_poi.o"
4338    fi    fi
4339    
4340      # maemo uses dbus for ipc with maemo mapper
4341      EXTRA_OBJS="$EXTRA_OBJS dbus.o"
4342    
4343    { echo "$as_me:$LINENO: Using application installer icon \"$ICONNAME\"" >&5    { echo "$as_me:$LINENO: Using application installer icon \"$ICONNAME\"" >&5
4344  echo "$as_me: Using application installer icon \"$ICONNAME\"" >&6;}  echo "$as_me: Using application installer icon \"$ICONNAME\"" >&6;}
4345    

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