[maemo-commits] [maemo-commits] r9512 - projects/haf/trunk/hildon-fm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Thu Feb 1 16:28:18 EET 2007
Author: marivoll
Date: 2007-02-01 16:28:17 +0200 (Thu, 01 Feb 2007)
New Revision: 9512

Modified:
   projects/haf/trunk/hildon-fm/configure.ac
Log:
	* configure.ac: Check for hildon-1 instead of hildon-libs.
	Explicitly check for gtk+-2.0.


Modified: projects/haf/trunk/hildon-fm/configure.ac
===================================================================
--- projects/haf/trunk/hildon-fm/configure.ac	2007-02-01 14:03:21 UTC (rev 9511)
+++ projects/haf/trunk/hildon-fm/configure.ac	2007-02-01 14:28:17 UTC (rev 9512)
@@ -1,5 +1,5 @@
 AC_INIT(Makefile.am)
-AM_INIT_AUTOMAKE(libhildonfm, 2.3)
+AM_INIT_AUTOMAKE(libhildonfm, 2.4)
 AM_CONFIG_HEADER(config.h)
 
 AC_CANONICAL_HOST
@@ -32,7 +32,7 @@
 
 GTK_VERSION=2.10.0
 
-PKG_CHECK_MODULES(GTK, hildon-libs >= 0.12.0)
+PKG_CHECK_MODULES(GTK, hildon-1 gtk+-2.0 >= $GTK_VERSION)
 AC_SUBST(GTK_LIBS)
 AC_SUBST(GTK_CFLAGS)
 AC_SUBST(GTK_VERSION)


More information about the maemo-commits mailing list