summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--lilv.pc.in1
2 files changed, 7 insertions, 0 deletions
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 <d@drobilla.net> (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@