mirror of
https://github.com/taglib/taglib.git
synced 2026-06-11 00:39:35 -04:00
Add -lz to taglib.pc and taglib-config when built with zlib
Closes #872
This commit is contained in:
@@ -7,5 +7,5 @@ Name: TagLib
|
||||
Description: Audio meta-data library
|
||||
Requires:
|
||||
Version: @TAGLIB_LIB_VERSION_STRING@
|
||||
Libs: -L${libdir} -ltag
|
||||
Libs: -L${libdir} -ltag @ZLIB_LIBRARIES_FLAGS@
|
||||
Cflags: -I${includedir}/taglib
|
||||
|
||||
Reference in New Issue
Block a user