webkit: revert wpewebkit downgrade to v2.44.4

This partially reverts commit 6a7e9fa9e4. 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 <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2025-11-10 18:17:33 +01:00
parent 55e0961c85
commit d1e381fa46
1 changed files with 0 additions and 5 deletions

View File

@ -65,11 +65,6 @@ PREFERRED_VERSION_bluez5 ?= "5.72"
# ensure compatibility with the old API. # ensure compatibility with the old API.
PREFERRED_VERSION_libgpiod ?= "1.6.4" 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 # Use the FDO backend for WPE WebKit
PREFERRED_PROVIDER_virtual/wpebackend = "wpebackend-fdo" PREFERRED_PROVIDER_virtual/wpebackend = "wpebackend-fdo"