summaryrefslogtreecommitdiffstats
path: root/rules/glib.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-06-18 09:58:25 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-06-18 12:58:51 +0200
commita364b545b028a5ca49179a616f1fb838840d0297 (patch)
tree544f304ba8b4be10c14b40f840953d8a855dc788 /rules/glib.in
parentde5428f159e1b6650350d056efac4aea6c5d2fe3 (diff)
downloadptxdist-a364b545b028a5ca49179a616f1fb838840d0297.tar.gz
ptxdist-a364b545b028a5ca49179a616f1fb838840d0297.tar.xz
glib: cleanup
GLIB_GETTEXT_* is no longer used. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/glib.in')
-rw-r--r--rules/glib.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/rules/glib.in b/rules/glib.in
index ac9e84eca..946f1a9a9 100644
--- a/rules/glib.in
+++ b/rules/glib.in
@@ -9,7 +9,6 @@ menuconfig GLIB
select LIBC_PTHREAD
select LIBFFI
select GCCLIBS_GCC_S
- select GETTEXT if GLIB_GETTEXT_GETTEXT
select HOST_GLIB
select HOST_GTK_DOC
select ICONV
@@ -26,19 +25,4 @@ if GLIB
# bool
# prompt "experimental version"
-choice
-
- prompt "gettext variant"
- default GLIB_GETTEXT_NONE
-
- config GLIB_GETTEXT_NONE
- bool
- prompt "not needed "
-
- config GLIB_GETTEXT_GETTEXT
- bool
- prompt "gnu (gettext) "
-
-endchoice
-
endif