diff options
author | David Robillard <d@drobilla.net> | 2014-05-04 08:03:44 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-05-04 08:03:44 +0000 |
commit | 99f86fd6a05ec00c8343d2f45a57e082c3c573fe (patch) | |
tree | a62e86199968c0cca14e61a01653e1481b551042 | |
parent | ff0d4aa6135a808e5ea526b3659ac40488806cec (diff) | |
download | ingen-99f86fd6a05ec00c8343d2f45a57e082c3c573fe.tar.gz ingen-99f86fd6a05ec00c8343d2f45a57e082c3c573fe.tar.bz2 ingen-99f86fd6a05ec00c8343d2f45a57e082c3c573fe.zip |
Fix compilation error (missing serd flags) (fix #970).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5393 a436a847-0d15-0410-975c-d299462d15a1
-rw-r--r-- | src/gui/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/wscript b/src/gui/wscript index ef59e267..6cf02f92 100644 --- a/src/gui/wscript +++ b/src/gui/wscript @@ -75,4 +75,4 @@ def build(bld): target = 'ingen_gui_lv2', install_path = '${LV2DIR}/ingen.lv2/', use = 'libingen libingen_gui') - autowaf.use_lib(bld, obj, 'LV2 GLIBMM GTKMM') + autowaf.use_lib(bld, obj, 'LV2 SERD SORD GLIBMM GTKMM') |