package/libid3tag: fix id3tag.pc
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 16 Feb 2019 13:40:16 +0000 (14:40 +0100)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Wed, 20 Feb 2019 23:12:07 +0000 (00:12 +0100)
Add -lz to id3tag.pc, this fix is needed to be able to use pkg-config in
madplay to find id3tag dependencies

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/libid3tag/id3tag.pc

index 845eb3276b0d07d89769df5af5a1bb43e889c31f..63d09eee8bd4e79e52118e20628981fa2993af56 100644 (file)
@@ -8,4 +8,5 @@ Description: ID3 tag reading library
 Version: 0.15.1b
 Requires:
 Libs: -L${libdir} -lid3tag
+Libs.private: -lz
 Cflags: -I${includedir}