[Buildroot] [PATCH 1/1] package/webkitgtk: disable gamepad support

Arnout Vandecappelle arnout at mind.be
Tue May 25 20:24:28 UTC 2021



On 25/05/2021 14:44, Adrian Perez de Castro wrote:
> 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 at igalia.com>

 Applied to master, thanks.

 Regards,
 Arnout

> ---
>  package/webkitgtk/webkitgtk.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/webkitgtk/webkitgtk.mk b/package/webkitgtk/webkitgtk.mk
> index 8a332b97bc..e6f9d08ef6 100644
> --- a/package/webkitgtk/webkitgtk.mk
> +++ b/package/webkitgtk/webkitgtk.mk
> @@ -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 \
> 



More information about the buildroot mailing list