summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-10-13 23:22:04 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-10-13 23:22:04 +0200
commitb59432e0a0c976ff74d72fa745438a5272e23cf1 (patch)
tree114e77bf6aa24569bf441cec5304ba8e7c2ac497 /packages
parent9f674e34cac548e1cbdf1627d5b78a6921cc621d (diff)
downloadembtoolkit-b59432e0a0c976ff74d72fa745438a5272e23cf1.tar.gz
embtoolkit-b59432e0a0c976ff74d72fa745438a5272e23cf1.tar.bz2
embtoolkit-b59432e0a0c976ff74d72fa745438a5272e23cf1.tar.xz
Packages: X11/xkbcom: Add xkbcomp-1.2.3
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages')
-rw-r--r--packages/x11/xkbcomp/xkbcomp.kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/x11/xkbcomp/xkbcomp.kconfig b/packages/x11/xkbcomp/xkbcomp.kconfig
index 9d7618e..62e3f6a 100644
--- a/packages/x11/xkbcomp/xkbcomp.kconfig
+++ b/packages/x11/xkbcomp/xkbcomp.kconfig
@@ -39,6 +39,8 @@ choice
help
Here you can choose which version of xkbcomp you want to use.
+ config EMBTK_XKBCOMP_VERSION_1_2_3
+ bool "xkbcomp-1.2.3"
config EMBTK_XKBCOMP_VERSION_1_2_1
bool "xkbcomp-1.2.1"
config EMBTK_XKBCOMP_VERSION_1_2_0
@@ -50,6 +52,7 @@ endchoice
config EMBTK_XKBCOMP_VERSION_STRING
string
+ default "1.2.3" if EMBTK_XKBCOMP_VERSION_1_2_3
default "1.2.1" if EMBTK_XKBCOMP_VERSION_1_2_1
default "1.2.0" if EMBTK_XKBCOMP_VERSION_1_2_0
default "1.1.1" if EMBTK_XKBCOMP_VERSION_1_1_1