Add -lz to taglib.pc and taglib-config when built with zlib

Closes #872
This commit is contained in:
Scott Wheeler
2019-09-10 12:41:11 +02:00
parent 86c0428475
commit ef1312d622
3 changed files with 6 additions and 2 deletions

View File

@ -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