summaryrefslogtreecommitdiff
path: root/packages/x11/xf86inputevdev/xf86inputevdev.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-01-30 18:45:23 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-01-30 18:45:23 +0100
commit4f0633212bfc69deb632048ae5921da8d606d6a2 (patch)
tree4162e1ddb6230a34ec2e0cb41596524dd23fd5aa /packages/x11/xf86inputevdev/xf86inputevdev.kconfig
parentcb7b6ccb98839589d834e263ffe68b9653ae291a (diff)
downloadembtoolkit-4f0633212bfc69deb632048ae5921da8d606d6a2.tar.gz
embtoolkit-4f0633212bfc69deb632048ae5921da8d606d6a2.tar.bz2
embtoolkit-4f0633212bfc69deb632048ae5921da8d606d6a2.tar.xz
Packages:X11/xf86-input-evdev: add xf86-input-evdev-2.6.0 and convert it to use generic macros
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/x11/xf86inputevdev/xf86inputevdev.kconfig')
-rw-r--r--packages/x11/xf86inputevdev/xf86inputevdev.kconfig13
1 files changed, 12 insertions, 1 deletions
diff --git a/packages/x11/xf86inputevdev/xf86inputevdev.kconfig b/packages/x11/xf86inputevdev/xf86inputevdev.kconfig
index 31f9548..865e20e 100644
--- a/packages/x11/xf86inputevdev/xf86inputevdev.kconfig
+++ b/packages/x11/xf86inputevdev/xf86inputevdev.kconfig
@@ -25,6 +25,7 @@
config EMBTK_HAVE_XF86INPUTEVDEV
bool "Have xf86-input-evdev"
+ select EMBTK_XF86INPUTEVDEV_PKG_IS_TARBZ2
depends on EMBTK_HAVE_XSERVER_XORG
help
X.Org evdev input driver.
@@ -34,6 +35,8 @@ choice
help
Here you can choose which version of xf86inputevdev you want to use.
+ config EMBTK_XF86INPUTEVDEV_VERSION_2_6_0
+ bool "xf86-input-evdev-2.6.0"
config EMBTK_XF86INPUTEVDEV_VERSION_2_5_0
bool "xf86-input-evdev-2.5.0"
config EMBTK_XF86INPUTEVDEV_VERSION_2_4_0
@@ -42,10 +45,18 @@ endchoice
config EMBTK_XF86INPUTEVDEV_VERSION_STRING
string
+ default "2.6.0" if EMBTK_XF86INPUTEVDEV_VERSION_2_6_0
default "2.5.0" if EMBTK_XF86INPUTEVDEV_VERSION_2_5_0
default "2.4.0" if EMBTK_XF86INPUTEVDEV_VERSION_2_4_0
config EMBTK_XF86INPUTEVDEV_NEED_PATCH
bool
-
+config EMBTK_XF86INPUTEVDEV_NEED_PATCH
+ bool
+config EMBTK_XF86INPUTEVDEV_NEED_AUTORECONF
+ bool
+config EMBTK_XF86INPUTEVDEV_PKG_IS_TARGZ
+ bool
+config EMBTK_XF86INPUTEVDEV_PKG_IS_TARBZ2
+ bool