From 79a454973021ab6d7aaacd4e53979d64715b9ba6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 9 Nov 2019 12:30:53 +0100 Subject: Fix pkg-config dependencies --- lilv.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lilv.pc.in b/lilv.pc.in index 1f3b57d..97f4f8c 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: lv2 @PKG_serd_0@ @PKG_sord_0@ @PKG_sratom_0@ +Requires: @LILV_PKG_DEPS@ Libs: -L${libdir} -l@LIB_LILV@ @LILV_PKG_LIBS@ Cflags: -I${includedir}/lilv-@LILV_MAJOR_VERSION@ -- cgit v1.2.1