Skip to content

Commit 1252603

Browse files
committed
package/wpe/wpewebkit: enable gamepad for 2.38
Enable gamepad support when building WebKit 2.38; the only dependency needed by the wpewebkit package is a recent libwpe that includes the needed API, which is already being used. Signed-off-by: Adrian Perez de Castro <[email protected]>
1 parent 95c33ff commit 1252603

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package/wpe/wpewebkit/wpewebkit.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ endif
172172

173173
ifeq ($(BR2_PACKAGE_WPEWEBKIT2_38),y)
174174
WPEWEBKIT_CONF_OPTS += \
175+
-DENABLE_GAMEPAD=ON \
175176
-DENABLE_INTROSPECTION=OFF \
176177
-DUSE_LCMS=OFF
177178

0 commit comments

Comments
 (0)