summaryrefslogtreecommitdiff
path: root/libs/audiographer
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/audiographer
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/audiographer')
-rw-r--r--libs/audiographer/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/audiographer/wscript b/libs/audiographer/wscript
index 17e7482f3f..d1863cf49b 100644
--- a/libs/audiographer/wscript
+++ b/libs/audiographer/wscript
@@ -85,7 +85,7 @@ def build(bld):
audiographer.target = 'audiographer'
audiographer.export_includes = ['.', './src']
audiographer.includes = ['.', './src','../ardour','../timecode','../evoral']
- audiographer.uselib = 'GLIB GLIBMM GTHREAD SAMPLERATE SNDFILE FFTW3F VAMPSDK VAMPHOSTSDK'
+ audiographer.uselib = 'GLIB GLIBMM GTHREAD SAMPLERATE SNDFILE FFTW3F VAMPSDK VAMPHOSTSDK XML'
audiographer.use = 'libpbd'
audiographer.vnum = AUDIOGRAPHER_LIB_VERSION
audiographer.install_path = bld.env['LIBDIR']