aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libxml
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-12-06 22:56:08 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-12-06 22:56:08 +0000
commit657470e7563807cc822bbd2d71059d8bd6dd7757 (patch)
tree60aa83f1b44dda63c3a90acf3669509a2ea2eb3e /packages/libxml
parent4cff548ae08c8724bf27ea62c134c8df99cbde14 (diff)
downloadopenembedded-657470e7563807cc822bbd2d71059d8bd6dd7757.tar.gz
libxml2: enable schemas, needed for qof and php
Diffstat (limited to 'packages/libxml')
-rw-r--r--packages/libxml/libxml2_2.6.22.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/libxml/libxml2_2.6.22.bb b/packages/libxml/libxml2_2.6.22.bb
index 2aba2ea071..eb5f087df7 100644
--- a/packages/libxml/libxml2_2.6.22.bb
+++ b/packages/libxml/libxml2_2.6.22.bb
@@ -1,4 +1,4 @@
-PR = "r0"
+PR = "r1"
DESCRIPTION = "GNOME XML library"
SECTION = "libs"
PRIORITY = "optional"
@@ -13,7 +13,7 @@ SRC_URI = "http://xmlsoft.org/sources/libxml2-${PV}.tar.gz \
inherit autotools pkgconfig
-EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-schemas --without-catalog --without-docbook --without-c14n"
+EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --without-c14n"
headers = "DOCBparser.h HTMLparser.h HTMLtree.h SAX.h SAX2.h c14n.h catalog.h chvalid.h debugXML.h dict.h encoding.h entities.h globals.h hash.h list.h nanoftp.h nanohttp.h parser.h parserInternals.h pattern.h relaxng.h schemasInternals.h threads.h tree.h uri.h valid.h xinclude.h xlink.h xmlIO.h xmlautomata.h xmlerror.h xmlexports.h xmlmemory.h xmlreader.h xmlregexp.h xmlschemas.h xmlschemastypes.h xmlstring.h xmlunicode.h xmlversion.h xmlwriter.h xpath.h xpathInternals.h xpointer.h"