summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-09-23 00:49:27 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-09-23 00:49:27 +0200
commit33d2054698867eb289529f48f1374b76d5092d16 (patch)
tree204b044776c32185a256248ab2bd9241f4f44dc5 /packages
parent1366b2117d06fc32725242f3c13598f30a0c6a9b (diff)
downloadembtoolkit-33d2054698867eb289529f48f1374b76d5092d16.tar.gz
embtoolkit-33d2054698867eb289529f48f1374b76d5092d16.tar.bz2
embtoolkit-33d2054698867eb289529f48f1374b76d5092d16.tar.xz
Packages: X11/libX11: add libX11-1.3.5 and libX11-1.3.6
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages')
-rw-r--r--packages/x11/libx11/libx11.kconfig20
1 files changed, 13 insertions, 7 deletions
diff --git a/packages/x11/libx11/libx11.kconfig b/packages/x11/libx11/libx11.kconfig
index 620ffad..b596dc1 100644
--- a/packages/x11/libx11/libx11.kconfig
+++ b/packages/x11/libx11/libx11.kconfig
@@ -23,7 +23,7 @@
################################################################################
config EMBTK_HAVE_LIBX11
- bool "Have libx11"
+ bool "Have libX11"
select EMBTK_HAVE_UTILMACROS
select EMBTK_HAVE_INPUTPROTO
select EMBTK_HAVE_KBPROTO
@@ -32,21 +32,27 @@ config EMBTK_HAVE_LIBX11
select EMBTK_HAVE_LIBXCB
select EMBTK_HAVE_XTRANS
help
- libx11 for X windowing system
+ libX11 for X windowing system
choice
prompt "libx11 version you wish"
depends on EMBTK_HAVE_LIBX11
help
- Here you can choose which version of libx11 you want to use.
+ Here you can choose which version of libx11 you want to use.
+ config EMBTK_LIBX11_VERSION_1_3_6
+ bool "libX11-1.3.6"
+ config EMBTK_LIBX11_VERSION_1_3_5
+ bool "libX11-1.3.5"
config EMBTK_LIBX11_VERSION_1_3_4
- bool "libx11-1.3.4"
+ bool "libX11-1.3.4"
config EMBTK_LIBX11_VERSION_1_3_3
- bool "libx11-1.3.3"
+ bool "libX11-1.3.3"
endchoice
config EMBTK_LIBX11_VERSION_STRING
string
- default "1.3.4" if EMBTK_LIBX11_VERSION_1_3_4
- default "1.3.3" if EMBTK_LIBX11_VERSION_1_3_3
+ default "1.3.6" if EMBTK_LIBX11_VERSION_1_3_6
+ default "1.3.5" if EMBTK_LIBX11_VERSION_1_3_5
+ default "1.3.4" if EMBTK_LIBX11_VERSION_1_3_4
+ default "1.3.3" if EMBTK_LIBX11_VERSION_1_3_3