r650 - trunk/src/target/OM-2007/applications/openmoko-dialer

tony_guan at sita.openmoko.org tony_guan at sita.openmoko.org
Fri Feb 2 03:52:48 CET 2007


Author: tony_guan
Date: 2007-02-02 03:52:44 +0100 (Fri, 02 Feb 2007)
New Revision: 650

Modified:
   trunk/src/target/OM-2007/applications/openmoko-dialer/configure.ac
Log:
libebook1.2 required


Modified: trunk/src/target/OM-2007/applications/openmoko-dialer/configure.ac
===================================================================
--- trunk/src/target/OM-2007/applications/openmoko-dialer/configure.ac	2007-02-02 02:51:37 UTC (rev 649)
+++ trunk/src/target/OM-2007/applications/openmoko-dialer/configure.ac	2007-02-02 02:52:44 UTC (rev 650)
@@ -21,10 +21,13 @@
                  AC_MSG_ERROR([*** Required libasound not installed ***]))
 
 
-LIBS="$LIBS $GTK_LIBS $LIBGSMD_LIBS $LIBASOUND_LIBS -lm -ldl"
+PKG_CHECK_MODULES(LIBEBOOK, libebook-1.2,,
+                 AC_MSG_ERROR([*** Required libasound not installed ***]))
 
-CFLAGS="$CFLAGS $OPENMOKO_CFLAGS $LIBGSMD_CFLAGS $LIBASOUND_CFLAGS"
+LIBS="$LIBS $GTK_LIBS $LIBGSMD_LIBS $LIBASOUND_LIBS $LIBEBOOK_LIBS -lm -ldl"
 
+CFLAGS="$CFLAGS $OPENMOKO_CFLAGS $LIBGSMD_CFLAGS $LIBASOUND_CFLAGS $LIBEBOOK_CFLAGS"
+
 # output stuff
 AC_OUTPUT([
 Makefile





More information about the commitlog mailing list