mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
more consistent --no-lv2 option
git-svn-id: svn://localhost/ardour2/branches/3.0@10729 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
089d3eb432
commit
d59359b78f
1 changed files with 3 additions and 1 deletions
4
wscript
4
wscript
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue