This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack2
mirror of
https://github.com/jackaudio/jack2
Watch
1
Star
0
Fork
0
Code
Releases
45
Activity
Browse Source
wscript: Fix waf error (missing features) in dbus/wscript
tags/1.9.9.5
Adrian Knoth
13 years ago
parent
a534162500
commit
aa7fe34739
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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']:
Write
Preview
Loading…
Cancel
Save