[geany/geany-plugins] 454b14: overview: Fix Waf build

Colomban Wendling git-noreply at xxxxx
Thu Apr 23 13:07:37 UTC 2015


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Thu, 23 Apr 2015 13:07:37 UTC
Commit:      454b14e44c763d123457594d7fd3ab84598837fe
             https://github.com/geany/geany-plugins/commit/454b14e44c763d123457594d7fd3ab84598837fe

Log Message:
-----------
overview: Fix Waf build

Closes #220.


Modified Paths:
--------------
    overview/wscript_build

Modified: overview/wscript_build
3 lines changed, 1 insertions(+), 2 deletions(-)
===================================================================
@@ -20,6 +20,7 @@
 #
 
 from build.wafutils import build_plugin
+from waflib.Utils import subst_vars
 
 name = 'Overview'
 sources = [
@@ -31,13 +32,11 @@ sources = [
   'overview/overviewui.c',
 ]
 includes = ['overview']
-packages = [ 'gtk+-2.0', 'glib-2.0', 'geany' ]
 libraries = [ 'GTK', 'GLIB', 'GEANY' ]
 defines = [ subst_vars('OVERVIEW_PREFS_UI_FILE="${PKGDATADIR}/overview/prefs.ui"', bld.env) ]
 
 build_plugin(bld, name,
              sources=sources,
              includes=includes,
-             packages=packages,
              libraries=libraries,
              defines=defines)



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list