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

@ -29,7 +29,7 @@ while test $# -gt 0
do
case $1 in
--libs)
flags="$flags -L$libdir -ltag"
flags="$flags -L$libdir -ltag @ZLIB_LIBRARIES_FLAGS@"
;;
--cflags)
flags="$flags -I$includedir/taglib"