]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
webkitgtk: Add opengl to REQUIRED_DISTRO_FEATURES
authorMingli Yu <mingli.yu@windriver.com>
Mon, 28 Aug 2023 08:07:33 +0000 (16:07 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Aug 2023 08:56:10 +0000 (09:56 +0100)
commitac9fd3afa56f91bb43ebff4653b49ccc3af50e4c
tree20208be72cbd24bdf377594d7420fa49c31fefb5
parent307381c9267eb3a3e687c577a0afd552d44248f7
webkitgtk: Add opengl to REQUIRED_DISTRO_FEATURES

webkitgtk depends on gtk4 which has the below logic, so add the
same logic for webkitgtk.
REQUIRED_DISTRO_FEATURES = "opengl"

Fixes:
  ERROR: Nothing PROVIDES 'gtk4' (but /build/layers/oe-core/meta/recipes-sato/webkit/webkitgtk_2.40.5.bb DEPENDS on or otherwise requires it)
  gtk4 was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
  ERROR: Required build target 'meta-world-pkgdata' has no buildable providers.
  Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'webkitgtk', '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>
meta/recipes-sato/webkit/webkitgtk_2.40.5.bb