Skip to content

Commit

Permalink
overview: Fix Waf build
Browse files Browse the repository at this point in the history
Closes geany#220.
  • Loading branch information
b4n authored and Marcelo Galvao Povoa committed Sep 17, 2015
1 parent 6d86957 commit f853d5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions overview/wscript_build
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#

from build.wafutils import build_plugin
from waflib.Utils import subst_vars

name = 'Overview'
sources = [
Expand All @@ -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)

0 comments on commit f853d5e

Please sign in to comment.