Commit 3e9a82ae authored by Julien Lavergne's avatar Julien Lavergne Committed by Nikias Bassen

Use Requires.private in *.pc files to not add unnecessary links.

parent 42bb64ba
......@@ -8,4 +8,4 @@ Description: C++ binding for @PACKAGE_NAME@
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lplist++
Cflags: -I${includedir}
Requires: libplist >= @PACKAGE_VERSION@
Requires.private: libplist >= @PACKAGE_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