summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugh McMaster <hugh.mcmaster@outlook.com>2019-07-29 21:48:54 +1000
committerHugh McMaster <hugh.mcmaster@outlook.com>2019-07-29 21:52:41 +1000
commit94316120d74ef944228920875453141850434457 (patch)
tree1be64f863f518f522a576e4517ff325ce1287d04
parenta7481f3d816944d7f6f9a11ced4e7213557bb609 (diff)
downloadlibxslt-94316120d74ef944228920875453141850434457.tar.gz
libxslt.pc.in: Do not expose private library dependencies
unless invoked
-rw-r--r--libxslt.pc.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/libxslt.pc.in b/libxslt.pc.in
index 082d64cd..81f8be12 100644
--- a/libxslt.pc.in
+++ b/libxslt.pc.in
@@ -8,5 +8,6 @@ Name: libxslt
Version: @VERSION@
Description: XSLT library version 2.
Requires: libxml-2.0
-Libs: @XSLT_LIBDIR@ @XSLT_LIBS@ @EXTRA_LIBS@
Cflags: @XSLT_INCLUDEDIR@
+Libs: @XSLT_LIBDIR@ @XSLT_LIBS@ @EXTRA_LIBS@
+Libs.private: @XSLT_PRIVATE_LIBS@