summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-10-30 17:53:36 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-10-30 17:53:36 +0200
commitb29a2b8f53cb222f1bba1b879122ba262eea3fd4 (patch)
treed50f459bba45e06e57ab736b476673ab9045483d /packages
parenta3121320d72065c7492da00d67b99353b90467bd (diff)
downloadembtoolkit-b29a2b8f53cb222f1bba1b879122ba262eea3fd4.tar.gz
embtoolkit-b29a2b8f53cb222f1bba1b879122ba262eea3fd4.tar.bz2
embtoolkit-b29a2b8f53cb222f1bba1b879122ba262eea3fd4.tar.xz
Packages: X11/util-macros: add util-macros-1.11.0
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages')
-rw-r--r--packages/x11/utilmacros/utilmacros.kconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/x11/utilmacros/utilmacros.kconfig b/packages/x11/utilmacros/utilmacros.kconfig
index c8e86d5..b288590 100644
--- a/packages/x11/utilmacros/utilmacros.kconfig
+++ b/packages/x11/utilmacros/utilmacros.kconfig
@@ -26,13 +26,19 @@
config EMBTK_HAVE_UTILMACROS
bool "Have utilmacros"
help
- util-macros for X windowing system
+ util-macros for X windowing system.
+ This is a set of autoconf macros used by the configure.ac
+ scripts in other Xorg modular packages, and is needed to
+ generate new versions of their configure scripts with autoconf.
+
choice
prompt "utilmacros version you wish"
depends on EMBTK_HAVE_UTILMACROS
help
Here you can choose which version of utilmacros you want to use.
+ config EMBTK_UTILMACROS_VERSION_1_11_0
+ bool "util-macros-1.11.0"
config EMBTK_UTILMACROS_VERSION_1_10_1
bool "util-macros-1.10.1"
config EMBTK_UTILMACROS_VERSION_1_10_0
@@ -51,6 +57,7 @@ endchoice
config EMBTK_UTILMACROS_VERSION_STRING
string
+ default "1.11.0" if EMBTK_UTILMACROS_VERSION_1_11_0
default "1.10.1" if EMBTK_UTILMACROS_VERSION_1_10_1
default "1.10.0" if EMBTK_UTILMACROS_VERSION_1_10_0
default "1.9.0" if EMBTK_UTILMACROS_VERSION_1_9_0