From 754591e2ee23a322a1ad3cb66ca65ce7e21d3d33 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 2 Jan 2019 08:10:54 -0500 Subject: remove dangling --lv2 waf configure option --- wscript | 2 -- 1 file changed, 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index e5bb0e3bed..c5200a92a0 100644 --- a/wscript +++ b/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') -- cgit v1.2.3