summaryrefslogtreecommitdiff
path: root/packages/x11/xserver
diff options
context:
space:
mode:
Diffstat (limited to 'packages/x11/xserver')
-rw-r--r--packages/x11/xserver/xserver.kconfig15
1 files changed, 9 insertions, 6 deletions
diff --git a/packages/x11/xserver/xserver.kconfig b/packages/x11/xserver/xserver.kconfig
index 7ec805c..104f605 100644
--- a/packages/x11/xserver/xserver.kconfig
+++ b/packages/x11/xserver/xserver.kconfig
@@ -75,8 +75,10 @@ choice
prompt "xserver version you wish"
depends on EMBTK_HAVE_XSERVER
help
- Here you can choose which version of xserver you want to use.
+ Here you can choose which version of xserver you want to use.
+ config EMBTK_XSERVER_VERSION_1_9_2
+ bool "xserver-1.9.2"
config EMBTK_XSERVER_VERSION_1_9_1
bool "xserver-1.9.1"
config EMBTK_XSERVER_VERSION_1_8_2
@@ -104,9 +106,10 @@ endif
config EMBTK_XSERVER_VERSION_STRING
string
- default "1.9.1" if EMBTK_XSERVER_VERSION_1_9_1
- default "1.8.2" if EMBTK_XSERVER_VERSION_1_8_2
- default "1.8.1" if EMBTK_XSERVER_VERSION_1_8_1
- default "1.7.7" if EMBTK_XSERVER_VERSION_1_7_7
- default "1.7.6" if EMBTK_XSERVER_VERSION_1_7_6
+ default "1.9.2" if EMBTK_XSERVER_VERSION_1_9_2
+ default "1.9.1" if EMBTK_XSERVER_VERSION_1_9_1
+ default "1.8.2" if EMBTK_XSERVER_VERSION_1_8_2
+ default "1.8.1" if EMBTK_XSERVER_VERSION_1_8_1
+ default "1.7.7" if EMBTK_XSERVER_VERSION_1_7_7
+ default "1.7.6" if EMBTK_XSERVER_VERSION_1_7_6