summaryrefslogtreecommitdiff
path: root/packages/x11/xkbcomp/xkbcomp.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'packages/x11/xkbcomp/xkbcomp.kconfig')
-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