summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-09-26 18:03:53 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-09-26 18:03:53 +0200
commit118c2f742d9d7547fec0f9ac5ee72f603f889d9e (patch)
treeaa498416058b70c14b4a0b8dacab69285fad32f1 /packages
parent2e356a82fb084fe91b32e504580f6afb0d22d4b2 (diff)
downloadembtoolkit-118c2f742d9d7547fec0f9ac5ee72f603f889d9e.tar.gz
embtoolkit-118c2f742d9d7547fec0f9ac5ee72f603f889d9e.tar.bz2
embtoolkit-118c2f742d9d7547fec0f9ac5ee72f603f889d9e.tar.xz
Packages: X11/util-macros: add util-macros-1.10.1
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages')
-rw-r--r--packages/x11/utilmacros/utilmacros.kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/x11/utilmacros/utilmacros.kconfig b/packages/x11/utilmacros/utilmacros.kconfig
index c950a5f..697e2b8 100644
--- a/packages/x11/utilmacros/utilmacros.kconfig
+++ b/packages/x11/utilmacros/utilmacros.kconfig
@@ -31,8 +31,10 @@ choice
prompt "utilmacros version you wish"
depends on EMBTK_HAVE_UTILMACROS
help
- Here you can choose which version of utilmacros you want to use.
+ Here you can choose which version of utilmacros you want to use.
+ config EMBTK_UTILMACROS_VERSION_1_10_1
+ bool "util-macros-1.10.1"
config EMBTK_UTILMACROS_VERSION_1_10_0
bool "util-macros-1.10.0"
config EMBTK_UTILMACROS_VERSION_1_9_0
@@ -49,6 +51,7 @@ endchoice
config EMBTK_UTILMACROS_VERSION_STRING
string
+ 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
default "1.8.0" if EMBTK_UTILMACROS_VERSION_1_8_0