summaryrefslogtreecommitdiffstats
path: root/rules/glib.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-10-02 23:04:53 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-10-02 23:04:53 +0000
commitb77213f15bb99ec84c20f09c0b554bca6494857a (patch)
tree115ba6bfdcec71223f97b92d6836912ae83ad3df /rules/glib.in
parentd82dd0251c44b36babf856aad3f49e53662a9af0 (diff)
downloadptxdist-b77213f15bb99ec84c20f09c0b554bca6494857a.tar.gz
ptxdist-b77213f15bb99ec84c20f09c0b554bca6494857a.tar.xz
* gtk: backport from TechPool
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7341 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/glib.in')
-rw-r--r--rules/glib.in48
1 files changed, 12 insertions, 36 deletions
diff --git a/rules/glib.in b/rules/glib.in
index 86763cdee..1aa942c51 100644
--- a/rules/glib.in
+++ b/rules/glib.in
@@ -1,45 +1,21 @@
-menuconfig GLIB
+config GLIB
bool
- prompt "glib "
+ prompt "glib"
+ select LIBICONV if GLIB_LIBICONV
+ select GETTEXT if GLIB_GETTEXT
select HOST_GLIB
help
- GLib is a library containing many useful C
- routines for things such as trees, hashes,
- lists, and strings. It is a useful general-purpose
- C library used by projects such as GTK+,
- GIMP, and GNOME.
+ GLib is a library containing many useful C routines for things
+ such as trees, hashes, lists, and strings. It is a useful
+ general-purpose C library used by projects such as GTK+, GIMP,
+ and GNOME.
-choice
- depends on GLIB
- prompt "iconv implementation"
- help
- iconv provides conversion between unicode and native
- encodings.
-
- config GLIB_ICONV_NATIVE
- bool
- prompt "native (from glibc)"
- help
- Most modern systems have libiconv already as part of
- the glibc.
-
- config GLIB_ICONV_LIBICONV
- bool
- prompt "libiconv"
- select LIBICONV
- help
- If iconv is not part of the C library, you can use GNU
- libiconv instead.
-endchoice
-
-config GLIB_ICONV_CACHE
+config GLIB_LIBICONV
bool
depends on GLIB
- prompt "iconv cache"
- help
- cache iconv descriptors
+ default y if ARCH_MINGW
-config HOST_GLIB
+config GLIB_GETTEXT
bool
depends on GLIB
-
+ default y if ARCH_MINGW