From 63cf87beb79270a55485f9b3ff344b234fb78545 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 Oct 2011 18:10:05 +0000 Subject: Remove LV2 support via SLV2 (Lilv only now). git-svn-id: svn://localhost/ardour2/branches/3.0@10184 d708f5d6-7413-0410-9779-e7cbd77b26cf --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index e400b6e198..9aedf80420 100644 --- a/wscript +++ b/wscript @@ -376,7 +376,7 @@ def options(opt): opt.add_option('--gprofile', action='store_true', default=False, dest='gprofile', help='Compile for use with gprofile') opt.add_option('--lv2', action='store_true', default=False, dest='lv2', - help='Compile with support for LV2 (if SLV2 or Lilv+Suil is available)') + help='Compile with support for LV2 (if Lilv+Suil is available)') opt.add_option('--lxvst', action='store_true', default=False, dest='lxvst', help='Compile with support for linuxVST plugins') opt.add_option('--nls', action='store_true', default=True, dest='nls', -- cgit v1.2.3