Config.in 601 B

1234567891011121314151617
  1. config BR2_PACKAGE_LIBMANETTE
  2. bool "libmanette"
  3. depends on BR2_USE_MMU # libglib2
  4. depends on BR2_USE_WCHAR # libglib2 -> gettext
  5. depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
  6. depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_16
  7. select BR2_PACKAGE_LIBEVDEV
  8. select BR2_PACKAGE_LIBGLIB2
  9. help
  10. GObject library which provides access to game controllers.
  11. https://gitlab.gnome.org/GNOME/libmanette
  12. comment "libmanette needs a toolchain w/ wchar, threads, headers >= 4.16"
  13. depends on BR2_USE_MMU
  14. depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
  15. !BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_16