From: Roger Zanoni Date: Wed, 9 Aug 2023 13:26:18 +0000 (+0200) Subject: [cef] Use bundled libwayland instead of the system lib X-Git-Tag: 16.0.3^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=edd4d9c26af5626ac9fb659cca3dc03152112251;hp=edd4d9c26af5626ac9fb659cca3dc03152112251;p=AGL%2Fmeta-agl-demo.git [cef] Use bundled libwayland instead of the system lib For the M108 chromium milestone it would be possible to use the use_system_libwayland and system_wayland_scanner_path gn args to make the cef recipe use system wayland and wayland-native dependencies, but those option got deprecated[1] in newer milestones and chormium defaults to use the bundled wayland. The more maintainable approach is to use the third party dependency instead of patching chromium build system. [1]: https://chromium-review.googlesource.com/c/chromium/src/+/4030440 Bug-AGL: SPEC-4871 Signed-off-by: Roger Zanoni Change-Id: I7cb22fcfb1943d6765599544069a379088053a2c Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl-demo/+/29423 Tested-by: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller ---