From ba7835912916112c03519a64ddd0270c6d7f586c Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 28 Feb 2016 21:16:44 +0100 Subject: 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. --- libs/audiographer/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/audiographer') 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'] -- cgit v1.2.3