mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2024-12-11 06:04:30 +00:00
0aaaacdb43
* libxml-2.0.pc.in: applied the patch to fix #101894 Daniel
13 lines
303 B
PkgConfig
13 lines
303 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
|
|
Name: libXML
|
|
Version: @VERSION@
|
|
Description: libXML library version2.
|
|
Requires:
|
|
Libs: -L${libdir} -lxml2 @THREAD_LIBS@ @Z_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@
|
|
Cflags: -I${includedir}/libxml2 @XML_INCLUDEDIR@ @XML_CFLAGS@
|