Config.in 619 B

1234567891011121314151617
  1. config BR2_PACKAGE_LIBINPUT
  2. bool "libinput"
  3. depends on BR2_PACKAGE_HAS_UDEV
  4. select BR2_PACKAGE_LIBEVDEV
  5. select BR2_PACKAGE_MTDEV
  6. help
  7. libinput is a library to handle input devices in Wayland
  8. compositors and to provide a generic X.Org input driver.
  9. It provides device detection, device handling, input device
  10. event processing and abstraction so minimize the amount of
  11. custom input code compositors need to provide the common
  12. set of functionality that users expect.
  13. http://freedesktop.org/wiki/Software/libinput/
  14. comment "libinput needs udev /dev management"
  15. depends on !BR2_PACKAGE_HAS_UDEV