package/webkitgtk: support game controllers via libmanette
Add support for the Gamepad API in webkitgtk, depending on libmanette, which is used for implementing access to game controllers. Signed-off-by: Adrian Perez de Castro <aperez@igalia.com> Reviewed-by: Romain Naour <romain.naour@smile.fr> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
parent
d73bc1eb3a
commit
028611be71
@ -18,7 +18,6 @@ WEBKITGTK_DEPENDENCIES = host-ruby host-python3 host-gperf \
|
||||
libtasn1 libxml2 libxslt openjpeg sqlite webp woff2
|
||||
WEBKITGTK_CONF_OPTS = \
|
||||
-DENABLE_API_TESTS=OFF \
|
||||
-DENABLE_GAMEPAD=OFF \
|
||||
-DENABLE_GEOLOCATION=OFF \
|
||||
-DENABLE_GTKDOC=OFF \
|
||||
-DENABLE_MINIBROWSER=ON \
|
||||
@ -71,6 +70,13 @@ else
|
||||
WEBKITGTK_CONF_OPTS += -DENABLE_INTROSPECTION=OFF
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBMANETTE),y)
|
||||
WEBKITGTK_CONF_OPTS += -DENABLE_GAMEPAD=ON
|
||||
WEBKITGTK_DEPENDENCIES += libmanette
|
||||
else
|
||||
WEBKITGTK_CONF_OPTS += -DENABLE_GAMEPAD=OFF
|
||||
endif
|
||||
|
||||
# Only one target platform can be built, assume X11 > Wayland
|
||||
|
||||
# GTK3-X11 target gives OpenGL from newer libgtk3 versions
|
||||
|
Loading…
Reference in New Issue
Block a user