mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-14 19:24:06 +03: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@
|