summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-10-30 16:43:33 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-10-30 16:43:33 +0200
commitac813ee69d0bb2e783a1dee0fc06eb948d3a5626 (patch)
treed1e479c1a18e9bface68b04bc0e499bf5f36aa2d /packages
parentc55e5accb5e55980e2d95030417db6b74d988a60 (diff)
downloadembtoolkit-ac813ee69d0bb2e783a1dee0fc06eb948d3a5626.tar.gz
embtoolkit-ac813ee69d0bb2e783a1dee0fc06eb948d3a5626.tar.bz2
embtoolkit-ac813ee69d0bb2e783a1dee0fc06eb948d3a5626.tar.xz
Packages: X11/libXcomposite: add libXcomposite-0.4.3
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
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