diff options
author | Martin Szulecki | 2011-03-20 17:42:42 +0100 |
---|---|---|
committer | Martin Szulecki | 2011-03-20 17:42:42 +0100 |
commit | bf39826fe19ef37e116f8987b2500287a4d0f3fc (patch) | |
tree | 849a0686d3bbd734b638ed65338e54dd9c2d5e0e /libplist.pc.in | |
parent | ab7a6f4382f12ac3cf13dae83d721120b093dbe2 (diff) | |
download | libplist-bf39826fe19ef37e116f8987b2500287a4d0f3fc.tar.gz libplist-bf39826fe19ef37e116f8987b2500287a4d0f3fc.tar.bz2 |
Change pkg-config file "Requires" into "Requires.private"
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 0e56127..ad83877 100644 --- a/libplist.pc.in +++ b/libplist.pc.in @@ -6,7 +6,7 @@ includedir=${CMAKE_INSTALL_PREFIX}/include Name: libplist Description: A library to handle Apple Property Lists whereas they are binary or XML Version: ${LIBPLIST_VERSION} -Requires: libxml-2.0 >= 2.6.30 glib-2.0 >= 2.14.1 +Requires.private: libxml-2.0 >= 2.6.30 glib-2.0 >= 2.14.1 Libs: -L${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR} -lplist Cflags: -I${CMAKE_INSTALL_PREFIX}/include |