AC_SUBST(GLIBGTK_LIBS)
AC_SUBST(GLIBGTK_CFLAGS)
+AC_PATH_PROG(GCONFTOOL, gconftool-2)
+AM_GCONF_SOURCE_2
+
dnl Maemo has 3.8, but prefer new version in case it's available
PKG_CHECK_MODULES(GTKHTML, libgtkhtml-3.14, HAVE_GTKHTML=yes, HAVE_GTKHTML=no)
if test "x$HAVE_GTKHTML" = "xno"; then
po/Makefile
)
-echo "Hildon: ${enable_hildon}"
-echo "IT specials (770/N800): ${enable_770}"
-echo "IT D-Bus Bluetooth: ${enable_itbtdbus}"
-echo "Bluez D-Bus: ${enable_btdbus}"
+if test x$enable_hildon = xyes; then
+AC_MSG_NOTICE([** Hildon support enabled])
+fi
+
+if test x$enable_770 = xyes; then
+AC_MSG_NOTICE([** Tablet support enabled])
+fi
+
+if test x$enable_itbtdbus = xyes; then
+AC_MSG_NOTICE([** Tablet bluetooth D-Bus support enabled])
+fi
+
+if test x$enable_btdbus = xyes; then
+AC_MSG_NOTICE([** Bluez D-Bus support enabled])
+fi
+
+if test x$enable_gpsd = xyes; then
+AC_MSG_NOTICE([** GPSD support enabled])
+fi
+
+if test x$enable_gypsy = xyes; then
+AC_MSG_NOTICE([** Gypsy D-Bus GPS support enabled])
+fi
--- /dev/null
+<?xml version="1.0"?>
+<gconfschemafile>
+ <schemalist>
+
+ <schema>
+ <key>/schemas/apps/maemo/mapper/enable_gps</key>
+ <applyto>/apps/maemo/mapper/enable_gps</applyto>
+ <owner>maemo/mapper</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>GPS connection enabled</short>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/maemo/mapper/gps_info</key>
+ <applyto>/apps/maemo/mapper/gps_info</applyto>
+ <owner>maemo/mapper</owner>
+ <type>bool</type>
+ <default>true</default>
+ <locale name="C">
+ <short>Display GPS information panel</short>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/maemo/mapper/receiver_mac</key>
+ <applyto>/apps/maemo/mapper/receiver_mac</applyto>
+ <owner>maemo/mapper</owner>
+ <type>string</type>
+ <default/>
+ <locale name="C">
+ <short>Bluetooth MAC or device path for GPS device</short>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/maemo/mapper/gps_filter</key>
+ <applyto>/apps/maemo/mapper/gps_filter</applyto>
+ <owner>maemo/mapper</owner>
+ <type>bool</type>
+ <default>false</default>
+ <locale name="C">
+ <short>GPS Track point filter</short>
+ </locale>
+ </schema>
+
+ <schema>
+ <key>/schemas/apps/maemo/mapper/gps_filter_maxdrop</key>
+ <applyto>/apps/maemo/mapper/gps_filter_maxdrop</applyto>
+ <owner>maemo/mapper</owner>
+ <type>int</type>
+ <default>1</default>
+ <locale name="C">
+ <short>Max number of GPS points to drop by the filter</short>
+ </locale>
+ </schema>
+
+ </schemalist>
+</gconfschemafile>