]>
git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
gcr: add opengl to REQUIRED_DISTRO_FEATURES
Fixes:
$ bitbake gcr
ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/oe-core/meta/recipes-gnome/gcr/gcr_4.0.0.bb DEPENDS on or otherwise requires it)
gtk4 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
ERROR: Required build target 'gcr' has no buildable providers.
Missing or unbuildable dependency chain was: ['gcr', 'gtk4']
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>