SF.net SVN: geany-plugins:[2168] trunk/geany-plugins/devhelp/ wscript_configure

codebrainz at users.sourceforge.net codebrainz at xxxxx
Wed Aug 24 07:58:33 UTC 2011


Revision: 2168
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2168&view=rev
Author:   codebrainz
Date:     2011-08-24 07:58:32 +0000 (Wed, 24 Aug 2011)

Log Message:
-----------
Adjust Waf build system to require newer Devhelp library.

Building with Waf now requires 'libdevhelp-2.0' (>=2.32.0) since I
don't know how to make Waf use older or new library.

Modified Paths:
--------------
    trunk/geany-plugins/devhelp/wscript_configure

Modified: trunk/geany-plugins/devhelp/wscript_configure
===================================================================
--- trunk/geany-plugins/devhelp/wscript_configure	2011-08-24 07:50:51 UTC (rev 2167)
+++ trunk/geany-plugins/devhelp/wscript_configure	2011-08-24 07:58:32 UTC (rev 2168)
@@ -27,7 +27,7 @@
 	('gtk+-2.0', '2.16', 'GTK'),
     ('glib-2.0', '2.16', 'GLIB'),
     ('gthread-2.0','','GTHREAD'),
-    ('libdevhelp-1.0', '2.30.1', 'LIBDEVHELP'),
+    ('libdevhelp-2.0', '2.32.0', 'LIBDEVHELP'),
     ('webkit-1.0', '1.1.18', 'WEBKIT')
     ]
 


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



More information about the Plugins-Commits mailing list