summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-06-22 18:58:22 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-06-22 18:58:22 +0200
commit065e7b020dbffd22ae822fe1cc830cff40c866bc (patch)
tree87e7e2b303a83e209f09e5f555d707c9194f2d35
parent3124240f73ff1b672bf468ae0651db48296ca75b (diff)
downloadptxdist-065e7b020dbffd22ae822fe1cc830cff40c866bc.tar.gz
ptxdist-065e7b020dbffd22ae822fe1cc830cff40c866bc.tar.xz
[host-glib] zlib is only needed for experimental glib
Reported-by: Michael Olbrich <m.olbrich@pengutronix.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--rules/host-glib.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/host-glib.in b/rules/host-glib.in
index 68571d6f7..c9c09fcb4 100644
--- a/rules/host-glib.in
+++ b/rules/host-glib.in
@@ -8,4 +8,4 @@ config HOST_GLIB
# header check in glib.
# FIXME what to do if we build a target system without iconv?
select HOST_LIBICONV
- select HOST_ZLIB
+ select HOST_ZLIB if GLIB_EXPERIMENTAL