Merge pull request #690 from stefansaraev/pkgconfig

fix pkgconfig file for cross compiling
This commit is contained in:
Lukáš Lalinský 2015-12-01 16:47:47 +01:00
commit f38749aacf

View File

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