Revision: 1259 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1259&view=re... Author: eht16 Date: 2010-04-19 21:26:52 +0000 (Mon, 19 Apr 2010)
Log Message: ----------- Add optional GIO dependency for the Treebrowser plugin
Modified Paths: -------------- trunk/geany-plugins/wscript
Modified: trunk/geany-plugins/wscript =================================================================== --- trunk/geany-plugins/wscript 2010-04-19 21:23:33 UTC (rev 1258) +++ trunk/geany-plugins/wscript 2010-04-19 21:26:52 UTC (rev 1259) @@ -100,7 +100,7 @@ [ [ 'lua', '5.1', True ] ]), Plugin('geanyprj', None, [ 'geanyprj/src' ]), Plugin('pretty-printer', None, [ 'pretty-printer/src' ], [ [ 'libxml-2.0', '2.6.27', True ] ]), - Plugin('treebrowser', None, [ 'treebrowser/src' ]) + Plugin('treebrowser', None, [ 'treebrowser/src' ], [ [ 'gio-2.0', '2.16', False ] ]) ]
'''
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org