Browse Source

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

tags/1.9.9.5
Adrian Knoth 13 years ago
parent
commit
aa7fe34739
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      dbus/wscript

+ 1
- 0
dbus/wscript 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']:


Loading…
Cancel
Save