summaryrefslogtreecommitdiffstats
path: root/lilv.pc.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-10-05 03:28:40 +0000
committerDavid Robillard <d@drobilla.net>2014-10-05 03:28:40 +0000
commitef429b7f1abaca3ece35ffe4b5f337450aa1a829 (patch)
tree05eb399260e24d484004c147fcc69166bcc40eab /lilv.pc.in
parent4e3571f8fd583ea808cb1f56a197ab95aabe9be7 (diff)
downloadlilv-ef429b7f1abaca3ece35ffe4b5f337450aa1a829.tar.gz
lilv-ef429b7f1abaca3ece35ffe4b5f337450aa1a829.tar.bz2
lilv-ef429b7f1abaca3ece35ffe4b5f337450aa1a829.zip
Tolerate passing NULL to lilv_state_restore().
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5473 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 beff7ca..b6d745f 100644
--- a/lilv.pc.in
+++ b/lilv.pc.in
@@ -7,5 +7,5 @@ Name: Lilv
Version: @LILV_VERSION@
Description: Simple C library for hosting LV2 plugins
Requires: lv2 @PKG_serd_0@ @PKG_sord_0@ @PKG_sratom_0@
-Libs: -L${libdir} -l@LIB_LILV@ -ldl
+Libs: -L${libdir} -l@LIB_LILV@ @LILV_PKG_LIBS@ -ldl
Cflags: -I${includedir}/lilv-@LILV_MAJOR_VERSION@