From 33d2054698867eb289529f48f1374b76d5092d16 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Thu, 23 Sep 2010 00:49:27 +0200 Subject: Packages: X11/libX11: add libX11-1.3.5 and libX11-1.3.6 Signed-off-by: Abdoulaye Walsimou Gaye --- packages/x11/libx11/libx11.kconfig | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) (limited to 'packages/x11') 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 -- cgit v1.2.3