From: Ross Burton Date: Tue, 12 May 2026 16:30:51 +0000 (+0100) Subject: epiphany: use GTK3DISTROFEATURES in features check X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=5ab88fc5fa7ab329de5a100bef01f1ffcf568aa3;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git epiphany: use GTK3DISTROFEATURES in features check 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 Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/epiphany/epiphany_50.4.bb b/meta/recipes-gnome/epiphany/epiphany_50.4.bb index 8fa187828b..611efe8ea3 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 \