summaryrefslogtreecommitdiffstats
path: root/slv2.pc.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-04 01:37:51 +0000
committerDavid Robillard <d@drobilla.net>2011-02-04 01:37:51 +0000
commit5b8c788cc4a42f9424d5cca7ca46ceb3cb427af7 (patch)
tree1c7f67590c255d27ae587ed27e026cae1d2958bf /slv2.pc.in
parentcded478d952f14fee667e5ba9407923b17daaa65 (diff)
downloadlilv-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.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/slv2.pc.in b/slv2.pc.in
index 5d30a70..9059029 100644
--- a/slv2.pc.in
+++ b/slv2.pc.in
@@ -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}