summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/x11/libxrender/libxrender.kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/x11/libxrender/libxrender.kconfig b/packages/x11/libxrender/libxrender.kconfig
index c58c2d3..2abcb7f 100644
--- a/packages/x11/libxrender/libxrender.kconfig
+++ b/packages/x11/libxrender/libxrender.kconfig
@@ -33,11 +33,14 @@ choice
help
Here you can choose which version of libxrender you want to use.
+ config EMBTK_LIBXRENDER_VERSION_0_9_6
+ bool "libXrender-0.9.6"
config EMBTK_LIBXRENDER_VERSION_0_9_5
bool "libXrender-0.9.5"
endchoice
config EMBTK_LIBXRENDER_VERSION_STRING
string
+ default "0.9.6" if EMBTK_LIBXRENDER_VERSION_0_9_6
default "0.9.5" if EMBTK_LIBXRENDER_VERSION_0_9_5