diff options
author | David Robillard <d@drobilla.net> | 2011-02-04 01:37:51 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-04 01:37:51 +0000 |
commit | 5b8c788cc4a42f9424d5cca7ca46ceb3cb427af7 (patch) | |
tree | 1c7f67590c255d27ae587ed27e026cae1d2958bf /slv2.pc.in | |
parent | cded478d952f14fee667e5ba9407923b17daaa65 (diff) | |
download | lilv-5b8c788cc4a42f9424d5cca7ca46ceb3cb427af7.tar.gz lilv-5b8c788cc4a42f9424d5cca7ca46ceb3cb427af7.tar.bz2 lilv-5b8c788cc4a42f9424d5cca7ca46ceb3cb427af7.zip |
Drop librdf in favour of serd/sord.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2895 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2.pc.in')
-rw-r--r-- | slv2.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,5 +6,5 @@ includedir=@includedir@ Name: libslv2 Version: @SLV2_VERSION@ Description: Convenience library for hosts to simplify LV2 plugin support -Libs: @REDLAND_LIBS@ -L${libdir} -lslv2 -Cflags: @REDLAND_CFLAGS@ -I${includedir} +Libs: @SORD_LIBS@ @RAPTOR_LIBS@ -L${libdir} -lslv2 +Cflags: @SORD_CFLAGS@ @RAPTOR_CFLAGS@ -I${includedir} |