From 657470e7563807cc822bbd2d71059d8bd6dd7757 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 6 Dec 2005 22:56:08 +0000 Subject: libxml2: enable schemas, needed for qof and php --- packages/libxml/libxml2_2.6.22.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/libxml') 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" -- cgit 1.2.3-korg