diff options
| -rw-r--r-- | libplist.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libplist.pc.in b/libplist.pc.in index 0e56127..ad83877 100644 --- a/libplist.pc.in +++ b/libplist.pc.in | |||
| @@ -6,7 +6,7 @@ includedir=${CMAKE_INSTALL_PREFIX}/include | |||
| 6 | Name: libplist | 6 | Name: libplist |
| 7 | Description: A library to handle Apple Property Lists whereas they are binary or XML | 7 | Description: A library to handle Apple Property Lists whereas they are binary or XML |
| 8 | Version: ${LIBPLIST_VERSION} | 8 | Version: ${LIBPLIST_VERSION} |
| 9 | Requires: libxml-2.0 >= 2.6.30 glib-2.0 >= 2.14.1 | 9 | Requires.private: libxml-2.0 >= 2.6.30 glib-2.0 >= 2.14.1 |
| 10 | Libs: -L${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} -lplist | 10 | Libs: -L${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} -lplist |
| 11 | Cflags: -I${CMAKE_INSTALL_PREFIX}/include | 11 | Cflags: -I${CMAKE_INSTALL_PREFIX}/include |
| 12 | 12 | ||
