summaryrefslogtreecommitdiff
path: root/libs/backends/coreaudio
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-02-28 21:16:44 +0100
committerRobin Gareus <robin@gareus.org>2016-02-28 21:16:44 +0100
commitba7835912916112c03519a64ddd0270c6d7f586c (patch)
treec0b996ab686a516e685998725987ce1f8678bfb3 /libs/backends/coreaudio
parent49148b627ccdad2dea95ab0dad838d517836aefa (diff)
prepare for update to waf 1.8
uselib is no longer implicit (inherited by .use). This is still incomplete, some uselibs for non-linux variants may be missing. bld.is_defined("HAVE_XXX") also no longer works and will have to be changed (I think to bld.env["HAVE_XXX"]) in countless places.
Diffstat (limited to 'libs/backends/coreaudio')
-rw-r--r--libs/backends/coreaudio/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/backends/coreaudio/wscript b/libs/backends/coreaudio/wscript
index 9aad9cde4f..8030af2be8 100644
--- a/libs/backends/coreaudio/wscript
+++ b/libs/backends/coreaudio/wscript
@@ -29,6 +29,7 @@ def build(bld):
obj.name = 'coreaudio_backend'
obj.target = 'coreaudio_backend'
obj.use = 'libardour libpbd'
+ obj.uselib = 'GLIBMM XML'
obj.framework = [ 'CoreAudio', 'AudioToolbox', 'CoreServices' ]
if bld.env['build_target'] not in [ 'lion' ] and (not bld.env['build_arch'] == "ppc"):
obj.framework += [ 'CoreMidi' ]