Skip to content
Snippets Groups Projects
Commit 0813b9a1c1b0 authored by Nick Wellnhofer's avatar Nick Wellnhofer
Browse files

Update libxml-2.0-uninstalled.pc.in

parent 139697ac2b7c
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,9 @@
exec_prefix=
libdir=${pcfiledir}
includedir=${pcfiledir}/include
modules=@WITH_MODULES@
Name: libXML
Version: @VERSION@
Description: libXML library version2.
Requires:
......@@ -6,7 +6,8 @@
Name: libXML
Version: @VERSION@
Description: libXML library version2.
Requires:
Libs: -L${libdir} -lxml2 @ICU_LIBS@ @THREAD_LIBS@ @Z_LIBS@ @LZMA_LIBS@ @ICONV_LIBS@ @LIBM@ @LIBS@
Cflags: -I${includedir} @XML_INCLUDEDIR@ @XML_CFLAGS@
Libs: -L${libdir} @XML_LIBS@
Libs.private: @XML_PRIVATE_LIBS@ @LIBS@
Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment