Make libpanel require distro feature opengl. Otherwise it fails to build world if 'opengl' doesn't exist in DISTRO_FEATURES. ... |ERROR: Nothing PROVIDES 'libadwaita' (but meta-openembedded/meta-gnome/recipes-gnome/libpanel/ libpanel_1.10.0.bb DEPENDS on or otherwise requires it) |libadwaita was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) |ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. |Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'libpanel', 'libadwaita'] ...
Signed-off-by: Hongxu Jia <[email protected]> --- meta-gnome/recipes-gnome/libpanel/libpanel_1.10.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/recipes-gnome/libpanel/libpanel_1.10.0.bb b/meta-gnome/recipes-gnome/libpanel/libpanel_1.10.0.bb index da47288cf8..ddf183a7f3 100644 --- a/meta-gnome/recipes-gnome/libpanel/libpanel_1.10.0.bb +++ b/meta-gnome/recipes-gnome/libpanel/libpanel_1.10.0.bb @@ -19,4 +19,4 @@ PACKAGECONFIG ?= "" EXTRA_OEMESON += "-Ddocs=disabled -Dintrospection=enabled -Dvapi=false" -REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" +REQUIRED_DISTRO_FEATURES = "gobject-introspection-data opengl" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#119191): https://lists.openembedded.org/g/openembedded-devel/message/119191 Mute This Topic: https://lists.openembedded.org/mt/115041302/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
