summaryrefslogtreecommitdiffstats
path: root/rules/libxml2.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2006-02-28 13:34:35 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2006-02-28 13:34:35 +0000
commite1d81c693ca78147664d06b70dbfc266d835e6da (patch)
treea4ebac3e12ae689e4a0f627efbbd061f9e3314be /rules/libxml2.in
parent23c24909860118607a6f2912313c0bdf69532528 (diff)
downloadptxdist-e1d81c693ca78147664d06b70dbfc266d835e6da.tar.gz
ptxdist-e1d81c693ca78147664d06b70dbfc266d835e6da.tar.xz
* libxml2.in:
fixed libz handling git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4826 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/libxml2.in')
-rw-r--r--rules/libxml2.in23
1 files changed, 6 insertions, 17 deletions
diff --git a/rules/libxml2.in b/rules/libxml2.in
index 32ef2d358..8766fb19b 100644
--- a/rules/libxml2.in
+++ b/rules/libxml2.in
@@ -6,7 +6,7 @@
menuconfig LIBXML2
bool
prompt "libxml2 "
- select ZLIB
+ select ZLIB if LIBXML2_ZLIB
help
FIXME: This item needs to be documented
@@ -82,22 +82,6 @@ config LIBXML2_HTML
help
Add HTML support.
-config LIBXML2_HTML_DIR
- string
- default "/tmp"
- depends on LIBXML2_HTML
- prompt "HTML directory"
- help
- Path to HTML base directory.
-
-config LIBXML2_HTML_SUBDIR
- string
- default "/tmp"
- depends on LIBXML2_HTML
- prompt "HTML sub directory"
- help
- Directory used under HTML-dir.
-
config LIBXML2_HTTP
bool
default y
@@ -287,3 +271,8 @@ config LIBXML2_MODULES
help
Dynamic Modules support.
+config LIBXML2_ZLIB
+ bool
+ default y
+ depends on LIBXML2
+ prompt "zlib (compression) support"