summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/x11/xf86inputevdev/xf86inputevdev.kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/x11/xf86inputevdev/xf86inputevdev.kconfig b/packages/x11/xf86inputevdev/xf86inputevdev.kconfig
index 4cb0908..227823c 100644
--- a/packages/x11/xf86inputevdev/xf86inputevdev.kconfig
+++ b/packages/x11/xf86inputevdev/xf86inputevdev.kconfig
@@ -34,12 +34,15 @@ choice
help
Here you can choose which version of xf86inputevdev you want to use.
+ config EMBTK_XF86INPUTEVDEV_VERSION_2_5_0
+ bool "xf86-input-evdev-2.5.0"
config EMBTK_XF86INPUTEVDEV_VERSION_2_4_0
bool "xf86-input-evdev-2.4.0"
endchoice
config EMBTK_XF86INPUTEVDEV_VERSION_STRING
string
+ 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