mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
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.
This commit is contained in:
parent
49148b627c
commit
ba78359129
25 changed files with 60 additions and 47 deletions
|
|
@ -54,7 +54,7 @@ def build_ardour_util(bld, util):
|
|||
'PACKAGE="' + "ARDOURUTILS" + '"',
|
||||
]
|
||||
obj.install_path = bld.env['LIBDIR'] + '/utils'
|
||||
obj.uselib = 'UUID FLAC FONTCONFIG GLIBMM GTHREAD OGG CURL DL'
|
||||
obj.uselib = 'UUID FLAC FONTCONFIG GLIBMM GTHREAD OGG CURL DL XML'
|
||||
obj.uselib += ' FFTW3F'
|
||||
obj.uselib += ' AUDIOUNITS OSX LO '
|
||||
obj.uselib += ' TAGLIB '
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue