aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-02-03 19:00:09 +0000
committerDavid Robillard <d@drobilla.net>2013-02-03 19:00:09 +0000
commit84293ab041a44d88f81a46b84cdf72c81fc77675 (patch)
treec5a03b123746027645301f02ba5f6e3b5e4a158c /src/gui
parent8b2ee6db1909e89cb5a0c9d689946cc92fcc90fe (diff)
downloadmachina-84293ab041a44d88f81a46b84cdf72c81fc77675.tar.gz
machina-84293ab041a44d88f81a46b84cdf72c81fc77675.tar.bz2
machina-84293ab041a44d88f81a46b84cdf72c81fc77675.zip
Add LV2 to machina library dependencies (fix #883).
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@5040 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/wscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/wscript b/src/gui/wscript
index be8e216..6aaaa9b 100644
--- a/src/gui/wscript
+++ b/src/gui/wscript
@@ -26,6 +26,7 @@ def build(bld):
SORD
SIGCPP
EUGENE
+ LV2
''')
# GUI runtime files
@@ -39,4 +40,4 @@ def build(bld):
obj.includes = ['.', '../..', '../engine']
obj.defines = 'VERSION="' + bld.env.MACHINA_VERSION + '"'
obj.use = 'libmachina_engine libmachina_gui'
- autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM SORD RAUL MACHINA EUGENE GANV')
+ autowaf.use_lib(bld, obj, 'GTHREAD GLIBMM SORD RAUL MACHINA EUGENE GANV LV2')