summaryrefslogtreecommitdiffstats
path: root/lilv.pc.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-09-10 18:26:52 +0000
committerDavid Robillard <d@drobilla.net>2012-09-10 18:26:52 +0000
commit032a5b405f6c05e521b0947146c50e91a326cf7c (patch)
tree9932b9148e7da4c662bd14c5c7759832696b90cb /lilv.pc.in
parentd73905966afeebaafac7ac76c838fe99b2df0ecf (diff)
downloadlilv-032a5b405f6c05e521b0947146c50e91a326cf7c.tar.gz
lilv-032a5b405f6c05e521b0947146c50e91a326cf7c.tar.bz2
lilv-032a5b405f6c05e521b0947146c50e91a326cf7c.zip
Support building against parallel debuggable libraries via pkg-config.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4766 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'lilv.pc.in')
-rw-r--r--lilv.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/lilv.pc.in b/lilv.pc.in
index 53098f5..beff7ca 100644
--- a/lilv.pc.in
+++ b/lilv.pc.in
@@ -6,6 +6,6 @@ includedir=@INCLUDEDIR@
Name: Lilv
Version: @LILV_VERSION@
Description: Simple C library for hosting LV2 plugins
-Requires: lv2core @LILV_PKG_DEPS@
+Requires: lv2 @PKG_serd_0@ @PKG_sord_0@ @PKG_sratom_0@
Libs: -L${libdir} -l@LIB_LILV@ -ldl
Cflags: -I${includedir}/lilv-@LILV_MAJOR_VERSION@