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>
"
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 \