9 lines
276 B
Bash
9 lines
276 B
Bash
#
|
|
# Configuration file for using the XML library in GNOME applications
|
|
#
|
|
XML2_LIBDIR="-L/usr/lib"
|
|
XML2_LIBS="-lxml2 -L/opt/miyoo/bin/../arm-miyoo-linux-uclibcgnueabi/sysroot/usr/lib -lz -liconv -lm "
|
|
XML2_INCLUDEDIR="-I/usr/include/libxml2"
|
|
MODULE_VERSION="xml2-2.9.7"
|
|
|