From: Stefan Saraev Date: Mon, 30 Nov 2015 12:09:15 +0000 (+0200) Subject: fix pkgconfig file for cross compiling X-Git-Tag: v1.11beta~72^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90f1f0316374fffdd276f986a70d935e7c4d457e;p=taglib fix pkgconfig file for cross compiling --- diff --git a/taglib.pc.cmake b/taglib.pc.cmake index 5ee50aa5..09402998 100644 --- a/taglib.pc.cmake +++ b/taglib.pc.cmake @@ -7,5 +7,5 @@ Name: TagLib Description: Audio meta-data library Requires: Version: ${TAGLIB_LIB_VERSION_STRING} -Libs: -L${LIB_INSTALL_DIR} -ltag -Cflags: -I${INCLUDE_INSTALL_DIR}/taglib +Libs: -L${dollar}{libdir} -ltag +Cflags: -I${dollar}{includedir}/taglib