summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/x11/libx11/libx11.kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/x11/libx11/libx11.kconfig b/packages/x11/libx11/libx11.kconfig
index 8e50268..2c4c8e8 100644
--- a/packages/x11/libx11/libx11.kconfig
+++ b/packages/x11/libx11/libx11.kconfig
@@ -39,11 +39,14 @@ choice
help
Here you can choose which version of libx11 you want to use.
+ config EMBTK_LIBX11_VERSION_1_3_4
+ bool "libx11-1.3.4"
config EMBTK_LIBX11_VERSION_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