[maemo-commits] [maemo-commits] r8499 - projects/haf/trunk/hildon-theme-layout-3

From: www-data at stage.maemo.org www-data at stage.maemo.org
Date: Thu Nov 30 14:37:28 EET 2006
Author: mdk
Date: 2006-11-30 14:37:27 +0200 (Thu, 30 Nov 2006)
New Revision: 8499

Modified:
   projects/haf/trunk/hildon-theme-layout-3/ChangeLog
   projects/haf/trunk/hildon-theme-layout-3/autogen.sh
   projects/haf/trunk/hildon-theme-layout-3/configure.ac
Log:
Adding the executable property on autogen.sh.
Adding an extra check for hildon-theme-tools. 


Modified: projects/haf/trunk/hildon-theme-layout-3/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-theme-layout-3/ChangeLog	2006-11-30 12:32:44 UTC (rev 8498)
+++ projects/haf/trunk/hildon-theme-layout-3/ChangeLog	2006-11-30 12:37:27 UTC (rev 8499)
@@ -1,5 +1,11 @@
 2006-11-30  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
+	* autogen.sh: Adding the executable property.
+
+	* configure.ac: Adding an extra check for hildon-theme-tools. 
+
+2006-11-30  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
 	* data/layout.txt: Updating with VKB key (forgoten merge from tigert).
 
 	* pkgconfig/hildon-theme-layout-3.pc.in: More subst stuff.


Property changes on: projects/haf/trunk/hildon-theme-layout-3/autogen.sh
___________________________________________________________________
Name: svn:executable
   + *

Modified: projects/haf/trunk/hildon-theme-layout-3/configure.ac
===================================================================
--- projects/haf/trunk/hildon-theme-layout-3/configure.ac	2006-11-30 12:32:44 UTC (rev 8498)
+++ projects/haf/trunk/hildon-theme-layout-3/configure.ac	2006-11-30 12:37:27 UTC (rev 8499)
@@ -4,6 +4,9 @@
 
 AC_PROG_INSTALL
 
+# Check the tools installation
+PKG_CHECK_MODULES(TOOLS, hildon-theme-tools >= 0.1.0)
+
 AC_OUTPUT([Makefile                             \
            scripts/Makefile                     \
 	   rc/Makefile                          \


More information about the maemo-commits mailing list