From 9d415be53e8bc1e9b1da145bcfb3293e995cdcdb Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 31 Mar 2008 21:53:04 +0000 Subject: disable (s)LV2 by default until its released git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3201 d708f5d6-7413-0410-9779-e7cbd77b26cf --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index cca846a0a7..68e5d3d3ff 100644 --- a/SConstruct +++ b/SConstruct @@ -50,7 +50,7 @@ opts.AddOptions( BoolOption('UNIVERSAL', 'Compile as universal binary. Requires that external libraries are already universal.', 0), BoolOption('VERSIONED', 'Add revision information to ardour/gtk executable name inside the build directory', 0), BoolOption('VST', 'Compile with support for VST', 0), - BoolOption('LV2', 'Compile with support for LV2 (if slv2 is available)', 1), + BoolOption('LV2', 'Compile with support for LV2 (if slv2 is available)', 0), BoolOption('GPROFILE', 'Compile with support for gprofile (Developers only)', 0), BoolOption('FREEDESKTOP', 'Install MIME type, icons and .desktop file as per the freedesktop.org spec (requires xdg-utils and shared-mime-info). "scons uninstall" removes associations in desktop database', 0), BoolOption('TRANZPORT', 'Compile with support for Frontier Designs (if libusb is available)', 1) -- cgit v1.2.3