summaryrefslogtreecommitdiffstats
path: root/libplist.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'libplist.pc.in')
-rw-r--r--libplist.pc.in7
1 files changed, 3 insertions, 4 deletions
diff --git a/libplist.pc.in b/libplist.pc.in
index d922c19..fc97247 100644
--- a/libplist.pc.in
+++ b/libplist.pc.in
@@ -3,10 +3,9 @@ exec_prefix=@exec_prefix@
3libdir=@libdir@ 3libdir=@libdir@
4includedir=@includedir@ 4includedir=@includedir@
5 5
6Name: libplist 6Name: @PACKAGE_NAME@
7Description: A library to handle Apple Property Lists whereas they are binary or XML 7Description: A library to handle Apple Property Lists whereas they are binary or XML
8Version: @VERSION@ 8Version: @PACKAGE_VERSION@
9Requires.private: libxml-2.0 >= @LIBXML2_VERSION@
10Libs: -L${libdir} -lplist 9Libs: -L${libdir} -lplist
11Cflags: -I${includedir} 10Cflags: -I${includedir}
12 11Requires.private: libxml-2.0 >= @LIBXML2_VERSION@