Commit 6f8cfb23 authored by Martin Szulecki's avatar Martin Szulecki

Improve maintainability and Requires of pkg-config files slightly

parent 163721f1
...@@ -3,10 +3,9 @@ exec_prefix=@exec_prefix@ ...@@ -3,10 +3,9 @@ exec_prefix=@exec_prefix@
libdir=@libdir@ libdir=@libdir@
includedir=@includedir@ includedir=@includedir@
Name: libplist++ Name: @PACKAGE_NAME@++
Description: C++ binding of libplist Description: C++ binding for @PACKAGE_NAME@
Version: @VERSION@ Version: @PACKAGE_VERSION@
Requires: libplist >= @VERSION@
Libs: -L${libdir} -lplist++ Libs: -L${libdir} -lplist++
Cflags: -I${includedir} Cflags: -I${includedir}
Requires: libplist >= @PACKAGE_VERSION@
...@@ -3,10 +3,9 @@ exec_prefix=@exec_prefix@ ...@@ -3,10 +3,9 @@ exec_prefix=@exec_prefix@
libdir=@libdir@ libdir=@libdir@
includedir=@includedir@ includedir=@includedir@
Name: libplist Name: @PACKAGE_NAME@
Description: A library to handle Apple Property Lists whereas they are binary or XML Description: A library to handle Apple Property Lists whereas they are binary or XML
Version: @VERSION@ Version: @PACKAGE_VERSION@
Requires.private: libxml-2.0 >= @LIBXML2_VERSION@
Libs: -L${libdir} -lplist Libs: -L${libdir} -lplist
Cflags: -I${includedir} Cflags: -I${includedir}
Requires.private: libxml-2.0 >= @LIBXML2_VERSION@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment