From: Koen Kooi Date: Tue, 6 Dec 2005 22:56:08 +0000 (+0000) Subject: libxml2: enable schemas, needed for qof and php X-Git-Tag: Release-2010-05/1~9453^2~2973 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=657470e7563807cc822bbd2d71059d8bd6dd7757;p=openembedded.git libxml2: enable schemas, needed for qof and php --- 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"