diff --git a/meta-networking/recipes-support/spice/spice-gtk_0.4.1.bb b/meta-networking/recipes-support/spice/spice-gtk_0.4.1.bb index a6130cab34..d654a36f48 100644 --- a/meta-networking/recipes-support/spice/spice-gtk_0.4.1.bb +++ b/meta-networking/recipes-support/spice/spice-gtk_0.4.1.bb @@ -41,7 +41,9 @@ DEPENDS = " \ RDEPENDS:${PN} = "python3-pyparsing python3-six" -inherit meson pkgconfig vala gobject-introspection +inherit meson pkgconfig vala gobject-introspection features_check + +REQUIRED_DISTRO_FEATURES = "opengl" EXTRA_OEMESON = "-Dpie=true -Dvapi=enabled -Dintrospection=enabled"