X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=6ec0fd7258f40ab2f43098feda00bff10cfcfb4d;hb=e8ee8593c7b5c3d801d63cbd955e9b6c1c35bdcd;hp=e5c0d20486724a0c32df773bfe3c529b281a5cc4;hpb=089d3eb4323792a81a74cb1030bed4809dd234ce;p=ardour.git diff --git a/wscript b/wscript index e5c0d20486..6ec0fd7258 100644 --- a/wscript +++ b/wscript @@ -9,7 +9,7 @@ import sys # Variables for 'waf dist' VERSION = '3.0beta1a' -APPNAME = 'Ardour' +APPNAME = 'Ardour3' # Mandatory variables top = '.' @@ -244,9 +244,9 @@ def set_compiler_flags (conf,opt): # no VST on x86_64 # - if conf.env['build_target'] == 'x86_64' and opt.vst: + if conf.env['build_target'] == 'x86_64' and opt.windows_vst: print("\n\n==================================================") - print("You cannot use VST plugins with a 64 bit host. Please run waf with --vst=0") + print("You cannot use VST plugins with a 64 bit host. Please run waf with --windows-vst=0") print("\nIt is theoretically possible to build a 32 bit host on a 64 bit system.") print("However, this is tricky and not recommended for beginners.") sys.exit (-1) @@ -367,8 +367,10 @@ def options(opt): help='Include Freesound database lookup') opt.add_option('--gprofile', action='store_true', default=False, dest='gprofile', help='Compile for use with gprofile') - opt.add_option('--lv2', action='store', type="int", default=1, dest='lv2', + opt.add_option('--lv2', action='store_true', default=True, dest='lv2', help='Compile with support for LV2 (if Lilv+Suil is available)') + opt.add_option('--no-lv2', action='store_false', dest='lv2', + help='Do not compile with support for LV2') opt.add_option('--lxvst', action='store_true', default=lxvst_default, dest='lxvst', help='Compile with support for linuxVST plugins') opt.add_option('--nls', action='store_true', default=True, dest='nls', @@ -387,8 +389,8 @@ def options(opt): help='Compile as universal binary (requires that external libraries are universal)') opt.add_option('--versioned', action='store_true', default=False, dest='versioned', help='Add revision information to executable name inside the build directory') - opt.add_option('--vst', action='store_true', default=False, dest='vst', - help='Compile with support for VST') + opt.add_option('--windows-vst', action='store_true', default=False, dest='windows_vst', + help='Compile with support for Windows VST') opt.add_option('--wiimote', action='store_true', default=False, dest='wiimote', help='Build the wiimote control surface') opt.add_option('--windows-key', type='string', action='store', dest='windows_key', default='Mod4>