mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09: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>
(cherry picked from commit aa813cd9ac)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
e695a22a9c
commit
9cc0edf2e3
@@ -8,4 +8,5 @@ Description: ID3 tag reading library
|
||||
Version: 0.15.1b
|
||||
Requires:
|
||||
Libs: -L${libdir} -lid3tag
|
||||
Libs.private: -lz
|
||||
Cflags: -I${includedir}
|
||||
|
||||
Reference in New Issue
Block a user