[maemo-commits] [maemo-commits] r15421 - projects/haf/trunk/maemo-launcher

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Wed Apr 16 01:35:46 EEST 2008
Author: guillem
Date: 2008-04-16 01:35:45 +0300 (Wed, 16 Apr 2008)
New Revision: 15421

Modified:
   projects/haf/trunk/maemo-launcher/ChangeLog
   projects/haf/trunk/maemo-launcher/configure.ac
Log:
Reduce dependencies for maemo-client to GTK_DEPENDS and hildon-1


Modified: projects/haf/trunk/maemo-launcher/ChangeLog
===================================================================
--- projects/haf/trunk/maemo-launcher/ChangeLog	2008-04-15 22:35:43 UTC (rev 15420)
+++ projects/haf/trunk/maemo-launcher/ChangeLog	2008-04-15 22:35:45 UTC (rev 15421)
@@ -1,3 +1,8 @@
+2008-03-07  Guillem Jover  <guillem.jover at nokia.com>
+
+	* configure.ac (CLIENT): Use only the minimum dependencies,
+	GTK_DEPENDS and hildon-1.
+
 2008-02-22  Guillem Jover  <guillem.jover at nokia.com>
 
 	* launcher/comm_msg.c (comm_msg_pack_mem): Move code to ...

Modified: projects/haf/trunk/maemo-launcher/configure.ac
===================================================================
--- projects/haf/trunk/maemo-launcher/configure.ac	2008-04-15 22:35:43 UTC (rev 15420)
+++ projects/haf/trunk/maemo-launcher/configure.ac	2008-04-15 22:35:45 UTC (rev 15421)
@@ -119,7 +119,8 @@
 then
 
 PKG_CHECK_MODULES([CLIENT], [
-	$HILDON_DEPENDS
+	$GTK_DEPENDS
+	hildon-1
 ])
 
 fi


More information about the maemo-commits mailing list