summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-03-31 21:53:04 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-03-31 21:53:04 +0000
commit9d415be53e8bc1e9b1da145bcfb3293e995cdcdb (patch)
tree9ec77a42af19024f534e18753234bd9dd9eb6fdc
parente94c26003120ed09cf2bc36660f0324df2303c99 (diff)
disable (s)LV2 by default until its released2.4
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3201 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--SConstruct2
-rw-r--r--svn_revision.h2
2 files changed, 2 insertions, 2 deletions
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)
diff --git a/svn_revision.h b/svn_revision.h
index 0918e1be2b..bada45458b 100644
--- a/svn_revision.h
+++ b/svn_revision.h
@@ -1,4 +1,4 @@
#ifndef __ardour_svn_revision_h__
#define __ardour_svn_revision_h__
-static const char* ardour_svn_revision = "3187";
+static const char* ardour_svn_revision = "3200";
#endif