From 5b04963ec065eec58f82624ebafe2e354ee451a8 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Mon, 1 Nov 2010 19:28:38 +0100 Subject: Packages: X11/xserver: add xserver-1.9.2 Signed-off-by: Abdoulaye Walsimou Gaye --- packages/x11/xserver/xserver.kconfig | 15 +++++++++------ 1 file 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 -- cgit v1.2.3