mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
package/libid3tag: fix id3tag.pc
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>
This commit is contained in:
parent
d5f4b3621d
commit
aa813cd9ac
@ -8,4 +8,5 @@ Description: ID3 tag reading library
|
|||||||
Version: 0.15.1b
|
Version: 0.15.1b
|
||||||
Requires:
|
Requires:
|
||||||
Libs: -L${libdir} -lid3tag
|
Libs: -L${libdir} -lid3tag
|
||||||
|
Libs.private: -lz
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user