Config.in 309 B

12345678910
  1. config BR2_PACKAGE_PYTHON_EVDEV
  2. bool "python-evdev"
  3. depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4
  4. help
  5. Bindings to the Linux input handling subsystem.
  6. https://github.com/gvalkov/python-evdev
  7. comment "python-evdev needs a toolchain w/ headers >= 4.4"
  8. depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_4