summaryrefslogtreecommitdiff
path: root/packages/x11/xproto/xproto.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'packages/x11/xproto/xproto.kconfig')
-rw-r--r--packages/x11/xproto/xproto.kconfig8
1 files changed, 7 insertions, 1 deletions
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