mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
remove dangling --lv2 waf configure option
This commit is contained in:
parent
9a152a9073
commit
754591e2ee
1 changed files with 0 additions and 2 deletions
2
wscript
2
wscript
|
|
@ -767,8 +767,6 @@ def options(opt):
|
|||
help='Compile libcanvas test GUI')
|
||||
opt.add_option('--beatbox', action='store_true', default=False, dest='beatbox',
|
||||
help='Compile beatbox test app')
|
||||
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('--lv2dir', type='string', help="install destination for builtin LV2 bundles [Default: LIBDIR/lv2]")
|
||||
opt.add_option('--lxvst', action='store_true', default=True, dest='lxvst',
|
||||
help='Compile with support for linuxVST plugins')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue