From bb12e4b7c8812a6c841c90a4369602aa3956446e Mon Sep 17 00:00:00 2001 From: Tatiana Leon Date: Fri, 3 Feb 2023 13:00:58 +0100 Subject: [PATCH] cog: do not manually append 'wl' to PACKAGECONFIG Partially reverts commit 668b4e81388ce49e72c2c4b0199e1ef8f19a9c89. Signed-off-by: Tatiana Leon --- .../dynamic-layers/webkit/recipes-browser/cog/cog_%.bbappend | 4 ---- 1 file changed, 4 deletions(-) diff --git a/meta-digi-dey/dynamic-layers/webkit/recipes-browser/cog/cog_%.bbappend b/meta-digi-dey/dynamic-layers/webkit/recipes-browser/cog/cog_%.bbappend index ca8a8f8a8..0126436e1 100644 --- a/meta-digi-dey/dynamic-layers/webkit/recipes-browser/cog/cog_%.bbappend +++ b/meta-digi-dey/dynamic-layers/webkit/recipes-browser/cog/cog_%.bbappend @@ -8,10 +8,6 @@ SRC_URI:append = " \ EXTRA_OECMAKE += "-DCOG_HOME_URI=http://127.0.0.1/" -# Starting in v0.12.X, we need to explicitly enable the wl PACKAGECONFIG to -# include the wayland platform -PACKAGECONFIG += "wl" - # drm PACKAGECONFIG pulls in libgbm dependency, which isn't available # on the i.MX6 and ccmp1 PACKAGECONFIG:remove:ccimx6 = "drm"