wscript: Fix waf error (missing features) in dbus/wscript

This commit is contained in:
Adrian Knoth 2012-02-10 22:10:23 +01:00
parent a534162500
commit aa7fe34739
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ def configure(conf):
def build(bld):
obj = bld.new_task_gen('cc', 'program')
obj.features += 'cc'
if bld.env['IS_LINUX']:
sysdeps_dbus_include = ['../linux', '../posix']
if bld.env['IS_MACOSX']: