]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
epiphany: use GTK3DISTROFEATURES in features check
authorRoss Burton <ross.burton@arm.com>
Tue, 12 May 2026 16:30:51 +0000 (17:30 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 May 2026 11:20:04 +0000 (12:20 +0100)
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>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/epiphany/epiphany_50.4.bb

index 8fa187828bb8053b30e7efd4e33375d98262a039..611efe8ea3ba2fdd28576bb2452f6fc05bea6b8b 100644 (file)
@@ -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 \