Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
overview: Fix Waf build
Closes #220.
  • Loading branch information
b4n committed Apr 23, 2015
1 parent 8f70319 commit 454b14e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions overview/wscript_build
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 454b14e

Please sign in to comment.