summaryrefslogtreecommitdiffstats
path: root/rules/libxml2.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-07-30 20:36:19 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-07-30 20:36:19 +0000
commit2a766634ab172592ebdbcebc6d153369965ad42e (patch)
treef283e0b03fa3f3f288a37cdcefaf66592507dbd4 /rules/libxml2.in
parent59d492e18e9407a756173a3a4297b6fdf0ef95e6 (diff)
downloadptxdist-2a766634ab172592ebdbcebc6d153369965ad42e.tar.gz
ptxdist-2a766634ab172592ebdbcebc6d153369965ad42e.tar.xz
* libxml2: fix some hard coded dependencies and bugs
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8701 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libxml2.in')
-rw-r--r--rules/libxml2.in12
1 files changed, 11 insertions, 1 deletions
diff --git a/rules/libxml2.in b/rules/libxml2.in
index 6fa836ecd..7382ed5f2 100644
--- a/rules/libxml2.in
+++ b/rules/libxml2.in
@@ -155,6 +155,10 @@ config LIBXML2_PYTHON
config LIBXML2_READER
bool
default y
+ # FIXME: this is http://bugzilla.gnome.org/show_bug.cgi?id=545579
+ select LIBXML2_SCHEMAS
+ # hard dependencies from configure.in
+ select LIBXML2_PUSH
prompt "xmlReader Parsing Interface"
help
Add the xmlReader parsing interface.
@@ -184,6 +188,9 @@ config LIBXML2_SAX1
config LIBXML2_SCHEMAS
bool
default y
+ # hard dependencies from configure.in
+ select LIBXML2_PATTERN
+ select LIBXML2_REGEXPS
prompt "Relax-NG/Schema Support"
help
Add Relay-NG and experimental Schemas support
@@ -211,7 +218,8 @@ config LIBXML2_THREADS_ALLOC
config LIBXML2_DOM
bool
default y
- prompt "DOM API"
+ # FIXME: http://bugzilla.gnome.org/show_bug.cgi?id=545581
+ #prompt "DOM API"
help
Add the DOM tree manipulation API.
@@ -246,6 +254,8 @@ config LIBXML2_XPATH
config LIBXML2_XPTR
bool
default y
+ # hard dependencies from configure.in
+ select LIBXML2_XPATH
prompt "XPTR"
help
XPointer support