Maemo: Register with libosso and init Glib main loop.

This commit is contained in:
Tobias Brunner
2010-10-14 17:36:18 +02:00
parent 2bce814190
commit 8464e25a0f
3 changed files with 86 additions and 0 deletions
+3
View File
@@ -626,6 +626,9 @@ if test x$android = xtrue; then
fi
if test x$maemo = xtrue; then
PKG_CHECK_MODULES(maemo, [glib-2.0 gthread-2.0 libosso osso-af-settings])
AC_SUBST(maemo_CFLAGS)
AC_SUBST(maemo_LIBS)
dbusservicedir="/usr/share/dbus-1/system-services"
AC_SUBST(dbusservicedir)
fi