package/webkitgtk: disable gamepad support
authorAdrian Perez de Castro <aperez@igalia.com>
Tue, 25 May 2021 12:44:41 +0000 (15:44 +0300)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tue, 25 May 2021 20:24:06 +0000 (22:24 +0200)
Pass -DENABLE_GAMEPAD=OFF to CMake in order to disable support for the
gamepad API, which requires libmanette, a library that is not yet
available in Buildroot.

Signed-off-by: Adrian Perez de Castro <aperez@igalia.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/webkitgtk/webkitgtk.mk

index 1720ffc7d6af74513b967c64ad897c3bdc2b459b..f1c05604981ac05605234c64dac0bdd940adba06 100644 (file)
@@ -18,6 +18,7 @@ WEBKITGTK_DEPENDENCIES = host-ruby host-python 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_INTROSPECTION=OFF \