From 34402bc10e71bd1de7ea7c96bd4cac03ec47987f Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Fri, 5 Nov 2010 21:23:46 +0100 Subject: Packages: X11/xproto: add xproto-7.0.19 Signed-off-by: Abdoulaye Walsimou Gaye --- packages/x11/xproto/xproto.kconfig | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/x11/xproto/xproto.kconfig b/packages/x11/xproto/xproto.kconfig index 015d57d..b1e9313 100644 --- a/packages/x11/xproto/xproto.kconfig +++ b/packages/x11/xproto/xproto.kconfig @@ -26,13 +26,18 @@ config EMBTK_HAVE_XPROTO bool "Have xproto" help - xproto for X windowing system + xproto for X windowing system. + xproto provides the headers and specification documents + defining the X Window System Core Protocol, Version 11. + choice prompt "xproto version you wish" depends on EMBTK_HAVE_XPROTO help Here you can choose which version of xproto you want to use. + config EMBTK_XPROTO_VERSION_7_0_19 + bool "xproto-7.0.19" config EMBTK_XPROTO_VERSION_7_0_18 bool "xproto-7.0.18" config EMBTK_XPROTO_VERSION_7_0_17 @@ -43,6 +48,7 @@ endchoice config EMBTK_XPROTO_VERSION_STRING string + default "7.0.19" if EMBTK_XPROTO_VERSION_7_0_19 default "7.0.18" if EMBTK_XPROTO_VERSION_7_0_18 default "7.0.17" if EMBTK_XPROTO_VERSION_7_0_17 default "7.0.16" if EMBTK_XPROTO_VERSION_7_0_16 -- cgit v1.2.3