summaryrefslogtreecommitdiffstats
path: root/rules/glib.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-05-25 12:38:57 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2010-06-03 11:15:53 +0200
commitb1181b39830d082f693f45bd827c5534d085b960 (patch)
tree08b7207c85833368d33830f29d3b545e05067962 /rules/glib.in
parent1dd42358fafcaa187a6d312358c6d1c34745f9e9 (diff)
downloadptxdist-b1181b39830d082f693f45bd827c5534d085b960.tar.gz
ptxdist-b1181b39830d082f693f45bd827c5534d085b960.tar.xz
[glib] add experimental glib-2.25.x
Add glib-2.25.x rules to ptxdist. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/glib.in')
-rw-r--r--rules/glib.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/glib.in b/rules/glib.in
index 91dc7dd39..e80e9a6f4 100644
--- a/rules/glib.in
+++ b/rules/glib.in
@@ -7,6 +7,7 @@ menuconfig GLIB
select GETTEXT_DUMMY if GLIB__GETTEXT_DUMMY
select HOST_GLIB
select ICONV
+ select ZLIB if GLIB_EXPERIMENTAL
help
GLib is a library containing many useful C routines for things
such as trees, hashes, lists, and strings. It is a useful
@@ -15,7 +16,12 @@ menuconfig GLIB
if GLIB
+config GLIB_EXPERIMENTAL
+ bool
+ prompt "experimental version"
+
choice
+
prompt "gettext variant"
default GLIB__GETTEXT_NONE