diff options
Diffstat (limited to 'third_party/libxml/src/libxml-2.0-uninstalled.pc.in')
-rw-r--r-- | third_party/libxml/src/libxml-2.0-uninstalled.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/third_party/libxml/src/libxml-2.0-uninstalled.pc.in b/third_party/libxml/src/libxml-2.0-uninstalled.pc.in new file mode 100644 index 0000000..0a4c833 --- /dev/null +++ b/third_party/libxml/src/libxml-2.0-uninstalled.pc.in @@ -0,0 +1,12 @@ +prefix= +exec_prefix= +libdir=${pcfiledir} +includedir=${pcfiledir}/include + + +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} @XML_INCLUDEDIR@ @XML_CFLAGS@ |