summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/spice/spice-gtk_0.4.1.bb4
1 files changed, 3 insertions, 1 deletions
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 = " \
41 41
42RDEPENDS:${PN} = "python3-pyparsing python3-six" 42RDEPENDS:${PN} = "python3-pyparsing python3-six"
43 43
44inherit meson pkgconfig vala gobject-introspection 44inherit meson pkgconfig vala gobject-introspection features_check
45
46REQUIRED_DISTRO_FEATURES = "opengl"
45 47
46EXTRA_OEMESON = "-Dpie=true -Dvapi=enabled -Dintrospection=enabled" 48EXTRA_OEMESON = "-Dpie=true -Dvapi=enabled -Dintrospection=enabled"
47 49