Skip to content

Commit 794d8af

Browse files
Yi Fan Yuotavio
authored andcommitted
chromium: Add opengl & vulkan to ANY_OF_DISTRO_FEATURES
Chromium depends on virtual/libgl, which oe-core provides by default in mesa. opengl and vulkan is a ANY_OF_DISTRO_FEATURES for mesa. In a minimal build of oe-core + meta-oe + meta-python2, bitbake would complain that nothing provides virtual/libgl. This fix will also make meta-chromium pass yocto-check-layer. Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com>
1 parent cb3278e commit 794d8af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meta-chromium/recipes-browser/chromium/chromium-gn.inc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ SRC_URI_append_libc-musl = "\
4545
file://musl/0020-Fix-tab-crashes-on-musl.patch \
4646
"
4747

48+
ANY_OF_DISTRO_FEATURES = "opengl vulkan"
49+
4850
# Append instead of assigning; the gtk-icon-cache class inherited above also
4951
# adds packages to DEPENDS.
5052
DEPENDS += " \

0 commit comments

Comments
 (0)