1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
Author: Alessio Treglia <alessio@debian.org>
Description: Update pkgconfig file as it's linked against libsndfile1.
Forwarded: no
---
libinstpatch-1.0.pc.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- libinstpatch.orig/libinstpatch-1.0.pc.in
+++ libinstpatch/libinstpatch-1.0.pc.in
@@ -6,6 +6,6 @@ includedir=@includedir@
Name: libInstPatch
Description: MIDI instrument patch library
Version: @VERSION@
-Requires: glib-2.0 gobject-2.0 audiofile
+Requires: glib-2.0 gobject-2.0 sndfile
Libs: -L${libdir} -linstpatch-1.0
Cflags: -I${includedir}/libinstpatch-1.0
|