From 6887a5c2879cf2c903a7d7f492c0305524ba3d12 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 20 Aug 2011 16:01:29 +0000 Subject: Add lv2core as a pkg-config compile time dependency (fix #742). git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3431 a436a847-0d15-0410-975c-d299462d15a1 --- ChangeLog | 6 ++++++ lilv.pc.in | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 16d0da3..5834d19 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +lilv (UNRELEASED) unstable; urgency=low + + * Add lv2core as a pkg-config dependency (for lv2.h header include) + + -- David Robillard (UNRELEASED) + lilv (0.4.4) unstable; urgency=low * Fix building python bindings diff --git a/lilv.pc.in b/lilv.pc.in index 49380c8..f7ffb35 100644 --- a/lilv.pc.in +++ b/lilv.pc.in @@ -6,5 +6,6 @@ includedir=@INCLUDEDIR@ Name: Lilv Version: @LILV_VERSION@ Description: Simple C library for hosting LV2 plugins +Requires: lv2core Libs: -L${libdir} -l@LIB_LILV@ -ldl Cflags: -I${includedir}/lilv-@LILV_MAJOR_VERSION@ -- cgit v1.2.1