aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libxml
diff options
context:
space:
mode:
authorMichael Lippautz <michael.lippautz@gmail.com>2010-01-22 00:04:31 +0000
committerPhilip Balister <philip@balister.org>2010-01-22 08:24:45 -0500
commit8477bc642ec0bbe4eeb002d5fb1a3c0986368531 (patch)
treee6ec14a60ce04fb6e8a89eb85119402c62ccbf0f /recipes/libxml
parent9b2387f596f4b5c0b47eb970522534750816c9a4 (diff)
downloadopenembedded-8477bc642ec0bbe4eeb002d5fb1a3c0986368531.tar.gz
libxml2: Add catalog and docbook support
* Adds catalog and docbook support, which is needed for libxml-libxml-perl recipe. Signed-off-by: Philip Balister <philip@balister.org>
Diffstat (limited to 'recipes/libxml')
-rw-r--r--recipes/libxml/libxml2.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/libxml/libxml2.inc b/recipes/libxml/libxml2.inc
index bc31123e7c..44e6f8263e 100644
--- a/recipes/libxml/libxml2.inc
+++ b/recipes/libxml/libxml2.inc
@@ -9,7 +9,7 @@ PR = "r1"
inherit autotools pkgconfig binconfig
-EXTRA_OECONF = "--without-python --without-debug --without-legacy --without-catalog --without-docbook --with-c14n"
+EXTRA_OECONF = "--without-python --without-debug --without-legacy --with-catalog --with-docbook --with-c14n"
export LDFLAGS += "-ldl"