From ef429b7f1abaca3ece35ffe4b5f337450aa1a829 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 5 Oct 2014 03:28:40 +0000 Subject: Tolerate passing NULL to lilv_state_restore(). git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5473 a436a847-0d15-0410-975c-d299462d15a1 --- lilv.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lilv.pc.in') 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@ -- cgit v1.2.1