make LV2 support the default, still
git-svn-id: svn://localhost/ardour2/branches/3.0@10728 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
adcbae6954
commit
089d3eb432
2
wscript
2
wscript
@ -367,7 +367,7 @@ 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=0, dest='lv2',
|
||||
opt.add_option('--lv2', action='store', type="int", default=1, dest='lv2',
|
||||
help='Compile with support for LV2 (if Lilv+Suil is available)')
|
||||
opt.add_option('--lxvst', action='store_true', default=lxvst_default, dest='lxvst',
|
||||
help='Compile with support for linuxVST plugins')
|
||||
|
Loading…
Reference in New Issue
Block a user