summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2022-04-02 21:06:47 +0200
committerNick Wellnhofer <wellnhofer@aevum.de>2022-04-03 13:43:40 +0200
commit141d784ecffaf00f152f8a7c627e72f72d398f34 (patch)
tree82b49e70732fc3b9833363d03f400f38fc126db8
parentd47c52ac2b6777a329a4b1408527460d0971f0a6 (diff)
downloadlibxml2-141d784ecffaf00f152f8a7c627e72f72d398f34.tar.gz
build: Make use of variables in libxml's pkg-config file
Instead of hardcoding make use of available variables and optimize usage
-rw-r--r--libxml-2.0.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libxml-2.0.pc.in b/libxml-2.0.pc.in
index a10c8696..c3d931ec 100644
--- a/libxml-2.0.pc.in
+++ b/libxml-2.0.pc.in
@@ -8,6 +8,6 @@ Name: libXML
Version: @VERSION@
Description: libXML library version2.
Requires:
-Libs: -L${libdir} -lxml2
-Libs.private: @ICU_LIBS@ @THREAD_LIBS@ @Z_LIBS@ @LZMA_LIBS@ @ICONV_LIBS@ @LIBM@ @WIN32_EXTRA_LIBADD@ @LIBS@
+Libs: -L${libdir} @XML_LIBS@
+Libs.private: @XML_PRIVATE_LIBS@ @WIN32_EXTRA_LIBADD@ @LIBS@
Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@