summaryrefslogtreecommitdiffstats
path: root/rules/glib.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-04-07 20:50:45 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-04-07 20:51:50 +0200
commit2dff57640cc3b986389e7506a05f0cc0c26b94bb (patch)
tree4749e821f9330cfc154c05c12fbd12e506ea12a6 /rules/glib.in
parentcd44a4ff2f0d359f68ab889641b0d30101a749c5 (diff)
downloadptxdist-2dff57640cc3b986389e7506a05f0cc0c26b94bb.tar.gz
ptxdist-2dff57640cc3b986389e7506a05f0cc0c26b94bb.tar.xz
remove gettext-dummy
It's not really and can break builds if used accidentally. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/glib.in')
-rw-r--r--rules/glib.in5
1 files changed, 0 insertions, 5 deletions
diff --git a/rules/glib.in b/rules/glib.in
index a9bcd5359..ac9e84eca 100644
--- a/rules/glib.in
+++ b/rules/glib.in
@@ -10,7 +10,6 @@ menuconfig GLIB
select LIBFFI
select GCCLIBS_GCC_S
select GETTEXT if GLIB_GETTEXT_GETTEXT
- select GETTEXT_DUMMY if GLIB_GETTEXT_DUMMY
select HOST_GLIB
select HOST_GTK_DOC
select ICONV
@@ -40,10 +39,6 @@ choice
bool
prompt "gnu (gettext) "
- config GLIB_GETTEXT_DUMMY
- bool
- prompt "dummy "
-
endchoice
endif