From 089d3eb4323792a81a74cb1030bed4809dd234ce Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 21 Nov 2011 15:30:11 +0000 Subject: make LV2 support the default, still git-svn-id: svn://localhost/ardour2/branches/3.0@10728 d708f5d6-7413-0410-9779-e7cbd77b26cf --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index a9c14668dc..e5c0d20486 100644 --- a/wscript +++ b/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') -- cgit v1.2.3