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 <[email protected]> --- meta/recipes-gnome/epiphany/epiphany_50.4.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#236891): https://lists.openembedded.org/g/openembedded-core/message/236891 Mute This Topic: https://lists.openembedded.org/mt/119279089/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
