aa813cd9ac
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>
13 lines
236 B
PkgConfig
13 lines
236 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: id3tag
|
|
Description: ID3 tag reading library
|
|
Version: 0.15.1b
|
|
Requires:
|
|
Libs: -L${libdir} -lid3tag
|
|
Libs.private: -lz
|
|
Cflags: -I${includedir}
|