b100440bff
evdev 1.6.1 https://pypi.org/project/evdev/ Signed-off-by: Witold Lipieta <witold.lipieta@thaumatec.com> [yann.morin.1998@free.fr: - add missing comment on kernel headers - fix flake8 in test ] Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
11 lines
309 B
Plaintext
11 lines
309 B
Plaintext
config BR2_PACKAGE_PYTHON_EVDEV
|
|
bool "python-evdev"
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|
|
help
|
|
Bindings to the Linux input handling subsystem.
|
|
|
|
https://github.com/gvalkov/python-evdev
|
|
|
|
comment "python-evdev needs a toolchain w/ headers >= 4.4"
|
|
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
|