summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2023-08-07 22:20:56 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2023-08-07 20:21:45 +0000
commit5ce5d74238a50417c28939bf3677fc6bff278546 (patch)
tree5d5f52d32ca5ab454f9f10fd8e6287eb24168472
parente06caee0907d916d640ee06c86b43844f811f7c4 (diff)
CEF: add wayland-native to enable wayland-scanner to be foundpike_16.0.0pike/16.0.016.0.0
We need wayland-scanner during do_configure. Add the necessary dependency. Bug-AGL: SPEC-4871 Change-Id: I4ac4152bef37db6aebcfc699b464cf7256c038d8 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
-rw-r--r--recipes-wam/cef/cef_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-wam/cef/cef_git.bb b/recipes-wam/cef/cef_git.bb
index 1d1d83cd..7295c8d3 100644
--- a/recipes-wam/cef/cef_git.bb
+++ b/recipes-wam/cef/cef_git.bb
@@ -56,7 +56,7 @@ OUT_PATH = "${B}/out/Release_GN_${GN_TARGET_CPU}"
DIST_PATH = "${OUT_PATH}/dist/cef-minimal_${GN_TARGET_CPU}"
CEF_DATA_PATH = "${datadir}/cef"
-DEPENDS:append = " curl clang-native gperf-native wayland dbus libcxx compiler-rt libxkbcommon nss nss-native atk at-spi2-atk libdrm pango cairo virtual/egl qemu-native pciutils glib-2.0 pkgconfig-native pulseaudio"
+DEPENDS:append = " curl clang-native gperf-native wayland wayland-native dbus libcxx compiler-rt libxkbcommon nss nss-native atk at-spi2-atk libdrm pango cairo virtual/egl qemu-native pciutils glib-2.0 pkgconfig-native pulseaudio"
do_sync[depends] += "depot-tools-wam-native:do_populate_sysroot"
do_configure[depends] += "depot-tools-wam-native:do_populate_sysroot"