diff options
author | David Robillard <d@drobilla.net> | 2011-04-28 22:14:04 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-04-28 22:14:04 +0000 |
commit | 77d22f06129e91f51e37c09c71c0917a0136dd7d (patch) | |
tree | 5ec6cfac6d5a3d2c474ff636bb025bb2ea231cad /src/serialisation | |
parent | a6ba3fee281389ad8dbf2cceaa9a953495adb6e8 (diff) | |
download | ingen-77d22f06129e91f51e37c09c71c0917a0136dd7d.tar.gz ingen-77d22f06129e91f51e37c09c71c0917a0136dd7d.tar.bz2 ingen-77d22f06129e91f51e37c09c71c0917a0136dd7d.zip |
Switch to Lilv from SLV2.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3220 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/serialisation')
-rw-r--r-- | src/serialisation/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serialisation/wscript b/src/serialisation/wscript index 7e9ddbf8..69b457fb 100644 --- a/src/serialisation/wscript +++ b/src/serialisation/wscript @@ -17,4 +17,4 @@ def build(bld): obj.target = 'ingen_serialisation' obj.install_path = '${LIBDIR}' obj.use = 'libingen_shared' - autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE SLV2 RAUL SORD') + autowaf.use_lib(bld, obj, 'GLIBMM LV2CORE LILV RAUL SORD') |