mirror of
https://github.com/taglib/taglib.git
synced 2026-08-14 06:17:00 -04:00
Add -lz to taglib.pc and taglib-config when built with zlib
Closes #872
This commit is contained in:
+1
-1
@@ -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