diff mbox series

[1/4] epiphany: use GTK3DISTROFEATURES in features check

Message ID 20260512163055.3821810-1-ross.burton@arm.com
State New
Headers show
Series [1/4] epiphany: use GTK3DISTROFEATURES in features check | expand

Commit Message

Ross Burton May 12, 2026, 4:30 p.m. UTC
Epiphany uses GTK 4, so it depends on both opengl and either x11 or
wayland (as set by GTK3DISTROFEATURES).

I've verified that Epiphany builds in wayland-only configurations without
x11 enabled.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-gnome/epiphany/epiphany_50.4.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-gnome/epiphany/epiphany_50.4.bb b/meta/recipes-gnome/epiphany/epiphany_50.4.bb
index 8fa187828bb..611efe8ea3b 100644
--- a/meta/recipes-gnome/epiphany/epiphany_50.4.bb
+++ b/meta/recipes-gnome/epiphany/epiphany_50.4.bb
@@ -25,7 +25,8 @@  DEPENDS = " \
           "
 
 inherit gnomebase gsettings features_check gettext mime-xdg gtk-icon-cache
-REQUIRED_DISTRO_FEATURES = "x11 opengl"
+REQUIRED_DISTRO_FEATURES = "opengl"
+ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
 
 SRC_URI += "\
            file://0002-help-meson.build-disable-the-use-of-yelp.patch \