Missing dependency on Maemo platform



Hi,

seems that the Maemo platform needs another dependency with libconic in
order to support Dirk-Jan's new TnyMaemoDevice.

Br
Index: configure.ac
===================================================================
--- configure.ac	(revision 1576)
+++ configure.ac	(working copy)
@@ -309,7 +309,7 @@
 
 dnl ### libtinymail-maemo, a platform library implementation for the maemo platform ##
 if test x$PLATFORMDIR = xlibtinymail-maemo; then
- PKG_CHECK_MODULES(LIBTINYMAIL_MAEMO, glib-2.0 >= 2.8 gobject-2.0 gconf-2.0 gtk+-2.0)
+ PKG_CHECK_MODULES(LIBTINYMAIL_MAEMO, glib-2.0 >= 2.8 gobject-2.0 gconf-2.0 gtk+-2.0 conic)
 else
  LIBTINYMAIL_MAEMO_CFLAGS=
  LIBTINYMAIL_MAEMO_LIBS=


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]