diff options
| author | 2011-05-27 14:55:31 +0200 | |
|---|---|---|
| committer | 2011-05-27 14:55:31 +0200 | |
| commit | 024e755d9f3c33e742ce158542b1ded057a88f4f (patch) | |
| tree | 7f80705e0c3dd35fd86fcd943dbf0d0c6b9b78ab /libplist.pc.in | |
| parent | 94cb55d34dd9cb9bda539999dc017af76ec64a4f (diff) | |
| download | libplist-024e755d9f3c33e742ce158542b1ded057a88f4f.tar.gz libplist-024e755d9f3c33e742ce158542b1ded057a88f4f.tar.bz2 | |
Make libplist glib free
Diffstat (limited to 'libplist.pc.in')
| -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 ad83877..971b8b5 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.private: libxml-2.0 >= 2.6.30 glib-2.0 >= 2.14.1 | 9 | Requires.private: libxml-2.0 >= 2.6.30 |
| 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 | ||
