remove configure-time --no-lv2 option. LV2 is integral to what we do

This commit is contained in:
Paul Davis
2018-12-28 09:47:55 -05:00
parent f385133a75
commit 04ccd328dc
9 changed files with 35 additions and 45 deletions

View File

@@ -769,8 +769,6 @@ def options(opt):
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('--no-lv2', action='store_false', dest='lv2',
help='Do not compile with support for LV2')
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')