Title: [268725] trunk
Revision
268725
Author
ape...@igalia.com
Date
2020-10-20 04:53:12 -0700 (Tue, 20 Oct 2020)

Log Message

[GTK] Implement HTML5 Gamepad API
https://bugs.webkit.org/show_bug.cgi?id=133847

Reviewed by Michael Catanzaro.

Enable the gamepad support by default for the GTK port. The option is marked PUBLIC
because libmanette is not available in the current Debian "old stable" (Buster), which
we need to support until September 2021.

* Source/cmake/OptionsGTK.cmake: Set ENABLE_GAMEPAD to PUBLIC and ON by default.

Modified Paths

Diff

Modified: trunk/ChangeLog (268724 => 268725)


--- trunk/ChangeLog	2020-10-20 11:02:55 UTC (rev 268724)
+++ trunk/ChangeLog	2020-10-20 11:53:12 UTC (rev 268725)
@@ -1,3 +1,16 @@
+2020-10-20  Adrian Perez de Castro  <ape...@igalia.com>
+
+        [GTK] Implement HTML5 Gamepad API
+        https://bugs.webkit.org/show_bug.cgi?id=133847
+
+        Reviewed by Michael Catanzaro.
+
+        Enable the gamepad support by default for the GTK port. The option is marked PUBLIC
+        because libmanette is not available in the current Debian "old stable" (Buster), which
+        we need to support until September 2021.
+
+        * Source/cmake/OptionsGTK.cmake: Set ENABLE_GAMEPAD to PUBLIC and ON by default.
+
 2020-10-19  Lauro Moura  <lmo...@igalia.com>
 
         REGRESSION(r268115) [GTK] Build failures with GCC 7 (Ubuntu 18.04) and GCC 8 (Debian Buster)

Modified: trunk/Source/cmake/OptionsGTK.cmake (268724 => 268725)


--- trunk/Source/cmake/OptionsGTK.cmake	2020-10-20 11:02:55 UTC (rev 268724)
+++ trunk/Source/cmake/OptionsGTK.cmake	2020-10-20 11:53:12 UTC (rev 268725)
@@ -149,6 +149,7 @@
 # changing the value of the option.
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ASYNC_SCROLLING PRIVATE ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_DRAG_SUPPORT PUBLIC ON)
+WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_GAMEPAD PUBLIC ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_SPELLCHECK PUBLIC ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_TOUCH_EVENTS PUBLIC ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_WEB_CRYPTO PUBLIC ON)
@@ -169,7 +170,6 @@
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_ENCRYPTED_MEDIA PRIVATE ${ENABLE_EXPERIMENTAL_FEATURES})
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_FILTERS_LEVEL_2 PRIVATE ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_FTPDIR PRIVATE OFF)
-WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_GAMEPAD PRIVATE ${ENABLE_EXPERIMENTAL_FEATURES})
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_GPU_PROCESS PRIVATE ${ENABLE_EXPERIMENTAL_FEATURES})
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_INPUT_TYPE_COLOR PRIVATE ON)
 WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_LAYOUT_FORMATTING_CONTEXT PRIVATE ${ENABLE_EXPERIMENTAL_FEATURES})
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to