Diff of /trunk/configure

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

revision 206 by harbaum, Tue Nov 24 12:42:31 2009 UTC revision 233 by harbaum, Wed Dec 9 19:45:36 2009 UTC
# Line 4420  fi Line 4420  fi
4420    # fremantle uses icons of 48x48 pixels for the app installer,    # fremantle uses icons of 48x48 pixels for the app installer,
4421    # older versions used 26x26    # older versions used 26x26
4422    if [ "$MAJOR" == "5" ]; then    if [ "$MAJOR" == "5" ]; then
4423       ICONNAME=gpxview.48.png       ICONNAME=48x48/gpxview.png
4424       datarootdir=/opt       datarootdir=/opt
4425    else    else
4426       ICONNAME=gpxview.26.png       ICONNAME=26x26/gpxview.png
4427       { echo "$as_me:$LINENO: Enabling Maemo Mapper support" >&5       { echo "$as_me:$LINENO: Enabling Maemo Mapper support" >&5
4428  echo "$as_me: Enabling Maemo Mapper support" >&6;}  echo "$as_me: Enabling Maemo Mapper support" >&6;}
      CFLAGS="$CFLAGS -DENABLE_MAEMO_MAPPER"  
      EXTRA_OBJS="$EXTRA_OBJS mm_poi.o"  
4429    fi    fi
4430    
4431      CFLAGS="$CFLAGS -DENABLE_MAEMO_MAPPER"
4432      EXTRA_OBJS="$EXTRA_OBJS mm_poi.o"
4433    
4434    # maemo uses dbus for ipc with maemo mapper    # maemo uses dbus for ipc with maemo mapper
4435    EXTRA_OBJS="$EXTRA_OBJS dbus.o"    EXTRA_OBJS="$EXTRA_OBJS dbus.o"
4436    
# Line 4443  XB-Maemo-Icon-26: Line 4444  XB-Maemo-Icon-26:
4444    
4445    # generate base64 icon, remove first and last line    # generate base64 icon, remove first and last line
4446    # and add a space before each line    # and add a space before each line
4447    ICON="$ICON`uuencode -m data/$ICONNAME $ICONNAME | sed '1d;$d;s/^/ /' -`"    ICON="$ICON`uuencode -m data/icons/$ICONNAME $ICONNAME | sed '1d;$d;s/^/ /' -`"
4448    
4449    
4450  else  else

Legend:
Removed from v.206  
changed lines
  Added in v.233