summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-05-28 22:26:36 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-05-28 22:26:36 +0200
commit1b608b558d74de5b640f90dd2ad21c766608b56d (patch)
tree7836e7311ac1341c1d9b69aa9f6b787257adc018
parent74975e2a44cfd2d2c8b35e1070112a46d7584309 (diff)
downloadembtoolkit-1b608b558d74de5b640f90dd2ad21c766608b56d.tar.gz
embtoolkit-1b608b558d74de5b640f90dd2ad21c766608b56d.tar.bz2
embtoolkit-1b608b558d74de5b640f90dd2ad21c766608b56d.tar.xz
Packages: X11: add xorg-server-1.7.7 and xorg-server-1.8.1
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--packages/x11/xserver/xserver.kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/x11/xserver/xserver.kconfig b/packages/x11/xserver/xserver.kconfig
index 90a8414..4b670ea 100644
--- a/packages/x11/xserver/xserver.kconfig
+++ b/packages/x11/xserver/xserver.kconfig
@@ -53,6 +53,10 @@ choice
help
Here you can choose which version of xserver you want to use.
+ config EMBTK_XSERVER_VERSION_1_8_1
+ bool "xserver-1.8.1"
+ config EMBTK_XSERVER_VERSION_1_7_7
+ bool "xserver-1.7.7"
config EMBTK_XSERVER_VERSION_1_7_6
bool "xserver-1.7.6"
endchoice
@@ -64,5 +68,7 @@ config EMBTK_HAVE_XSERVER_WITH_TSLIB
config EMBTK_XSERVER_VERSION_STRING
string
+ 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