1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-26 21:41:34 +03:00

build: Make use of variables in libxml's pkg-config file

Instead of hardcoding make use of available variables and optimize usage
This commit is contained in:
Daniel Engberg
2022-04-02 21:06:47 +02:00
committed by Nick Wellnhofer
parent d47c52ac2b
commit 141d784ecf

View File

@@ -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@