summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/x11/libxrandr/libxrandr.kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/x11/libxrandr/libxrandr.kconfig b/packages/x11/libxrandr/libxrandr.kconfig
index 68af830..1e50161 100644
--- a/packages/x11/libxrandr/libxrandr.kconfig
+++ b/packages/x11/libxrandr/libxrandr.kconfig
@@ -36,6 +36,8 @@ choice
help
Here you can choose which version of libXrandr you want to use.
+ config EMBTK_LIBXRANDR_VERSION_1_3_2
+ bool "libXrandr-1.3.2"
config EMBTK_LIBXRANDR_VERSION_1_3_1
bool "libXrandr-1.3.1"
config EMBTK_LIBXRANDR_VERSION_1_3_0
@@ -44,6 +46,7 @@ endchoice
config EMBTK_LIBXRANDR_VERSION_STRING
string
+ default "1.3.2" if EMBTK_LIBXRANDR_VERSION_1_3_2
default "1.3.1" if EMBTK_LIBXRANDR_VERSION_1_3_1
default "1.3.0" if EMBTK_LIBXRANDR_VERSION_1_3_0