From d1e381fa469f0118ead1c29595ab0c48475ec936 Mon Sep 17 00:00:00 2001 From: Gabriel Valcazar Date: Mon, 10 Nov 2025 18:17:33 +0100 Subject: [PATCH] webkit: revert wpewebkit downgrade to v2.44.4 This partially reverts commit 6a7e9fa9e40a. We initially downgraded to v2.44.4 to fix an issue with mouse clicks in our ConnectCore demo, but these issues have been fixed after cog was upgraded to v0.18.5 in meta-webkit. Remove the downgrade to use the newest v2.46.X versions of wpewebkit in the scarthgap branch of meta-webkit, currently at v2.46.7. Signed-off-by: Gabriel Valcazar --- meta-digi-dey/conf/distro/dey.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/meta-digi-dey/conf/distro/dey.conf b/meta-digi-dey/conf/distro/dey.conf index 8c9f141ae..520fdcb30 100644 --- a/meta-digi-dey/conf/distro/dey.conf +++ b/meta-digi-dey/conf/distro/dey.conf @@ -65,11 +65,6 @@ PREFERRED_VERSION_bluez5 ?= "5.72" # ensure compatibility with the old API. PREFERRED_VERSION_libgpiod ?= "1.6.4" -# Starting in wpewebkit 2.46.1, our ConnectCore demo is broken due to clicks -# not being registered in the demo's main area. This doesn't happen in 2.44.4, -# so use that version while we look for a fix in the newer version. -PREFERRED_VERSION_wpewebkit ?= "2.44.4" - # Use the FDO backend for WPE WebKit PREFERRED_PROVIDER_virtual/wpebackend = "wpebackend-fdo"