blob: 31fff1528629242f7ae54f3e3154dd1e81d26832 [file] [log] [blame]
config BR2_PACKAGE_LIBMANETTE
bool "libmanette"
depends on BR2_USE_MMU # libglib2
depends on BR2_USE_WCHAR # libglib2 -> gettext
depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_16
select BR2_PACKAGE_LIBEVDEV
select BR2_PACKAGE_LIBGLIB2
help
GObject library which provides access to game controllers.
https://gitlab.gnome.org/GNOME/libmanette
comment "libmanette needs a toolchain w/ wchar, threads, headers >= 4.16"
depends on BR2_USE_MMU
depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
!BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_16