diff mbox series

[meta-gnome] yelp: add opengl to REQUIRED_DISTRO_FEATURES

Message ID 20260216130350.259336-1-skandigraun@gmail.com
State New
Headers show
Series [meta-gnome] yelp: add opengl to REQUIRED_DISTRO_FEATURES | expand

Commit Message

Gyorgy Sarvari Feb. 16, 2026, 1:03 p.m. UTC
webkitgtk3 requires this feature.

Also add wayland as an optional required feature, to match the
requirements of webkitgtk3.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 meta-gnome/recipes-gnome/yelp/yelp_42.2.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb
index 14986f2650..e1c9324940 100644
--- a/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb
+++ b/meta-gnome/recipes-gnome/yelp/yelp_42.2.bb
@@ -7,7 +7,8 @@  GNOMEBASEBUILDCLASS = "autotools"
 inherit gnomebase itstool autotools-brokensep gsettings gettext gtk-doc features_check mime-xdg
 
 # for webkitgtk
-REQUIRED_DISTRO_FEATURES = "x11"
+REQUIRED_DISTRO_FEATURES = "opengl"
+ANY_OF_DISTRO_FEATURES = "wayland x11"
 
 SRC_URI[archive.sha256sum] = "a2c5fd0787a9089c722cc66bd0f85cdf7088d870e7b6cc85799f8e5bff9eac4b"