summaryrefslogtreecommitdiff
path: root/packages/x11/utilmacros/utilmacros.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'packages/x11/utilmacros/utilmacros.kconfig')
-rw-r--r--packages/x11/utilmacros/utilmacros.kconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/packages/x11/utilmacros/utilmacros.kconfig b/packages/x11/utilmacros/utilmacros.kconfig
index c8e86d5..b288590 100644
--- a/packages/x11/utilmacros/utilmacros.kconfig
+++ b/packages/x11/utilmacros/utilmacros.kconfig
@@ -26,13 +26,19 @@
config EMBTK_HAVE_UTILMACROS
bool "Have utilmacros"
help
- util-macros for X windowing system
+ util-macros for X windowing system.
+ This is a set of autoconf macros used by the configure.ac
+ scripts in other Xorg modular packages, and is needed to
+ generate new versions of their configure scripts with autoconf.
+
choice
prompt "utilmacros version you wish"
depends on EMBTK_HAVE_UTILMACROS
help
Here you can choose which version of utilmacros you want to use.
+ config EMBTK_UTILMACROS_VERSION_1_11_0
+ bool "util-macros-1.11.0"
config EMBTK_UTILMACROS_VERSION_1_10_1
bool "util-macros-1.10.1"
config EMBTK_UTILMACROS_VERSION_1_10_0
@@ -51,6 +57,7 @@ endchoice
config EMBTK_UTILMACROS_VERSION_STRING
string
+ default "1.11.0" if EMBTK_UTILMACROS_VERSION_1_11_0
default "1.10.1" if EMBTK_UTILMACROS_VERSION_1_10_1
default "1.10.0" if EMBTK_UTILMACROS_VERSION_1_10_0
default "1.9.0" if EMBTK_UTILMACROS_VERSION_1_9_0