summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/x11/libxcomposite/libxcomposite.kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/x11/libxcomposite/libxcomposite.kconfig b/packages/x11/libxcomposite/libxcomposite.kconfig
index aee36ce..955aa7c 100644
--- a/packages/x11/libxcomposite/libxcomposite.kconfig
+++ b/packages/x11/libxcomposite/libxcomposite.kconfig
@@ -29,19 +29,22 @@ config EMBTK_HAVE_LIBXCOMPOSITE
select EMBTK_HAVE_COMPOSITEPROTO
select EMBTK_HAVE_LIBXFIXES
help
- libXcomposite description
+ libXcomposite for X windowing system.
choice
prompt "libXcomposite version you wish"
depends on EMBTK_HAVE_LIBXCOMPOSITE
help
Here you can choose which version of libXcomposite you want to use.
+ config EMBTK_LIBXCOMPOSITE_VERSION_0_4_3
+ bool "libXcomposite-0.4.3"
config EMBTK_LIBXCOMPOSITE_VERSION_0_4_2
bool "libXcomposite-0.4.2"
endchoice
config EMBTK_LIBXCOMPOSITE_VERSION_STRING
string
+ default "0.4.3" if EMBTK_LIBXCOMPOSITE_VERSION_0_4_3
default "0.4.2" if EMBTK_LIBXCOMPOSITE_VERSION_0_4_2
config EMBTK_LIBXCOMPOSITE_NEED_PATCH