From e11421f5942caadf428165f8b16269895e82ae45 Mon Sep 17 00:00:00 2001 From: Pablo Saavedra Date: Fri, 8 Nov 2024 10:06:39 +0100 Subject: [PATCH] wpewebkit: Update PACKAGECONFIG for experimental WPE platform Added `wayland-native` to the PACKAGECONFIG dependencies for the `experimental-wpe-platform` option to ensure Wayland tools as wayland-scanner are in the native toolchain. Unreviewed change. --- recipes-browser/wpewebkit/wpewebkit_2.46.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-browser/wpewebkit/wpewebkit_2.46.2.bb b/recipes-browser/wpewebkit/wpewebkit_2.46.2.bb index 6f97ede..596b9de 100644 --- a/recipes-browser/wpewebkit/wpewebkit_2.46.2.bb +++ b/recipes-browser/wpewebkit/wpewebkit_2.46.2.bb @@ -15,6 +15,6 @@ SRC_URI:class-devupstream = "git://github.com/WebKit/WebKit.git;protocol=https;b SRCREV:class-devupstream = "4b5574d5a42399b41117f0932048a7b6905a43b6" # Experimental new WPE platform API -PACKAGECONFIG[experimental-wpe-platform] = "-DENABLE_WPE_PLATFORM=ON,-DENABLE_WPE_PLATFORM=OFF,libinput" +PACKAGECONFIG[experimental-wpe-platform] = "-DENABLE_WPE_PLATFORM=ON,-DENABLE_WPE_PLATFORM=OFF,libinput wayland-native" EXTRA_OECMAKE += "-DUSE_SYSTEM_SYSPROF_CAPTURE=OFF"