diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | lilv.pc.in | 1 |
2 files changed, 7 insertions, 0 deletions
@@ -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 @@ -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@ |