summaryrefslogtreecommitdiffstats
path: root/rules/host-glib.in
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2012-06-10 11:30:38 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-06-13 23:19:12 +0200
commit2219912b74ce766c12a36c621a6454b93fe95aae (patch)
tree84bc2da1a1450fbd0c7d283228c79f88646dde15 /rules/host-glib.in
parenta08a98fa264545b7dec3475d44a58f935d4a6dbf (diff)
downloadptxdist-2219912b74ce766c12a36c621a6454b93fe95aae.tar.gz
ptxdist-2219912b74ce766c12a36c621a6454b93fe95aae.tar.xz
host-glib: Add host-gettext dependency
We need a gettext implementation for glib. While gettext is present in glibc on Linux, this missing dependency was not discovered. On Mac OS, however, glib didn't compile. Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-glib.in')
-rw-r--r--rules/host-glib.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/host-glib.in b/rules/host-glib.in
index e2c36ef52..60d7e9e21 100644
--- a/rules/host-glib.in
+++ b/rules/host-glib.in
@@ -8,5 +8,6 @@ config HOST_GLIB
# header check in glib.
# FIXME what to do if we build a target system without iconv?
select HOST_LIBICONV
+ select HOST_GETTEXT_DUMMY
select HOST_ZLIB
select HOST_LIBFFI