Also allow #include <taglib/foo.h> with taglib.pc and friends

Closes #495
This commit is contained in:
Scott Wheeler
2020-12-20 14:09:49 +00:00
parent 91b00b17b2
commit 6656528f18
3 changed files with 3 additions and 3 deletions

View File

@ -8,4 +8,4 @@ Description: Audio meta-data library
Requires:
Version: @TAGLIB_LIB_VERSION_STRING@
Libs: -L${libdir} -ltag @ZLIB_LIBRARIES_FLAGS@
Cflags: -I${includedir}/taglib
Cflags: -I${includedir} -I${includedir}/taglib