mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
13 lines
243 B
PkgConfig
13 lines
243 B
PkgConfig
![]() |
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
|
||
|
Name: libXML
|
||
|
Version: @VERSION@
|
||
|
Description: libXML library.
|
||
|
Requires:
|
||
|
Libs: -L${libdir} -lxml2 @Z_LIBS@ @M_LIBS@ @LIBS@
|
||
|
Cflags: @XML_INCLUDEDIR@ @XML_CFLAGS@
|