Connect to controllable->Destroyed in all cases; fixes crash on route removal.
[ardour.git] / libs / taglib / taglib.pc.cmake
1 prefix=${CMAKE_INSTALL_PREFIX}
2 exec_prefix=${CMAKE_INSTALL_PREFIX}
3 libdir=${LIB_INSTALL_DIR}
4 includedir=${INCLUDE_INSTALL_DIR}
5
6 Name: TagLib
7 Description: Audio meta-data library
8 Requires: 
9 Version: ${TAGLIB_LIB_MAJOR_VERSION}.${TAGLIB_LIB_MINOR_VERSION}.${TAGLIB_LIB_PATCH_VERSION}
10 Libs: -L${LIB_INSTALL_DIR} -ltag
11 Cflags: -I${INCLUDE_INSTALL_DIR}/taglib