SF.net SVN: geany:[3448] trunk/wscript

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Jan 4 23:32:33 UTC 2009


Revision: 3448
          http://geany.svn.sourceforge.net/geany/?rev=3448&view=rev
Author:   eht16
Date:     2009-01-04 23:32:33 +0000 (Sun, 04 Jan 2009)

Log Message:
-----------
Minor simplification for package checking.

Modified Paths:
--------------
    trunk/wscript

Modified: trunk/wscript
===================================================================
--- trunk/wscript	2009-01-04 18:31:22 UTC (rev 3447)
+++ trunk/wscript	2009-01-04 23:32:33 UTC (rev 3448)
@@ -173,8 +173,8 @@
 	# checked with cc not cxx
 	conf.check_tool('compiler_cxx intltool misc')
 
-	conf.check_cfg(package='gtk+-2.0', atleast_version='2.6.0', uselib_store='GTK', mandatory=True)
-	conf.check_cfg(package='gtk+-2.0', args='--cflags --libs', uselib_store='GTK')
+	conf.check_cfg(package='gtk+-2.0', atleast_version='2.6.0', uselib_store='GTK',
+		mandatory=True, args='--cflags --libs')
 
 	# GTK version check
 	have_gtk_210 = False


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list