X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=headless%2Fwscript;h=80296a10de2a5c8e7a61c267c0532a3e28bb2043;hb=007c4ffdc0bb8a6de967e499885284b2d3b3d0c2;hp=3589ffcf7f32c1787d9dd56821d393b01874be88;hpb=ad017365f7a73f8ba57f667cc1aa36478b48c50e;p=ardour.git diff --git a/headless/wscript b/headless/wscript index 3589ffcf7f..80296a10de 100644 --- a/headless/wscript +++ b/headless/wscript @@ -32,7 +32,7 @@ def build(bld): VERSION = "%s.%s" % (bld.env['MAJOR'], bld.env['MINOR']) if bld.is_defined('WINDOWS_VST_SUPPORT') and bld.env['build_target'] != 'mingw': return - + # just the normal executable version of the GTK GUI obj = bld (features = 'cxx c cxxprogram') # this program does not do the whole hidden symbols thing @@ -47,7 +47,7 @@ def build(bld): obj.use = [ 'libpbd', 'libardour', 'libardour_cp', - 'libtimecode', + 'libtemporal', 'libmidipp', ] @@ -58,7 +58,7 @@ def build(bld): 'LOCALEDIR="' + os.path.join(os.path.normpath(bld.env['DATADIR']), 'locale') + '"', ] obj.install_path = bld.env['LIBDIR'] - 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 ' @@ -91,7 +91,7 @@ def build(bld): for i in dict: setattr(obj, i, dict[i]) - obj = bld(features = 'subst', rule= 'chmod 0755 ${TGT}') + obj = bld(features = 'subst') obj.source = 'hardev_common.sh.in' obj.target = 'hardev_common_waf.sh' obj.chmod = Utils.O755