diff --git a/meta-digi-dey/conf/distro/dey.conf b/meta-digi-dey/conf/distro/dey.conf index a731c2fa5..ee59aa9e2 100644 --- a/meta-digi-dey/conf/distro/dey.conf +++ b/meta-digi-dey/conf/distro/dey.conf @@ -67,6 +67,12 @@ PREFERRED_VERSION_libsoc = "git" # recipe in case there are NXP-specific changes in it PREFERRED_PROVIDER_opencl-headers ?= "imx-gpu-viv" +# Use the latest versions of the WebKit recipes +PREFERRED_VERSION_cog = "0.9.90" +PREFERRED_VERSION_libwpe = "1.10.0" +PREFERRED_VERSION_wpebackend-fdo = "1.9.92" +PREFERRED_VERSION_wpewebkit = "2.32.1" + # Use the FDO backend for WPE WebKit PREFERRED_PROVIDER_virtual/wpebackend = "wpebackend-fdo"