summaryrefslogtreecommitdiff
path: root/gtk2_ardour/SConscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-01-15 18:49:34 +0000
committerDavid Robillard <d@drobilla.net>2008-01-15 18:49:34 +0000
commit123399c2a8141458b21b0079ac17aa9ede16e763 (patch)
treece1b77ca58ba24f858efe59714d9ca1c3addaeff /gtk2_ardour/SConscript
parent69b94c201d39c6a64fa6f1e9412578d482d0ce5b (diff)
LV2 support.
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2922 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/SConscript')
-rw-r--r--gtk2_ardour/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/SConscript b/gtk2_ardour/SConscript
index cb2b1e9d4e..d2c0448e23 100644
--- a/gtk2_ardour/SConscript
+++ b/gtk2_ardour/SConscript
@@ -270,6 +270,9 @@ if env['VST']:
extra_sources += vst_files
gtkardour.Append (CCFLAGS="-DVST_SUPPORT", CPPPATH="#libs/fst")
+if env['LV2']:
+ gtkardour.Append (CCFLAGS="-DHAVE_SLV2")
+
if gtkardour['GTKOSX']:
extra_sources += gtkosx_files
gtkardour.Append (CCFLAGS="-DTOP_MENUBAR -DGTKOSX")