diff options
-rw-r--r-- | meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_47.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_47.0.bb b/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_47.0.bb index fca055d399..4787651a93 100644 --- a/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_47.0.bb +++ b/meta-gnome/dynamic-layers/meta-virtualization/recipes-gnome/gnome-boxes/gnome-boxes_47.0.bb | |||
@@ -5,7 +5,8 @@ LIC_FILES_CHKSUM = "file://copyright;md5=a65e9b0c9f78617732f09f68fc4ef79a" | |||
5 | 5 | ||
6 | GNOMEBASEBUILDCLASS = "meson" | 6 | GNOMEBASEBUILDCLASS = "meson" |
7 | 7 | ||
8 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data" | 8 | # reason for opengl: spice-gtk requires opengl |
9 | REQUIRED_DISTRO_FEATURES += "gobject-introspection-data opengl" | ||
9 | 10 | ||
10 | DEPENDS = " \ | 11 | DEPENDS = " \ |
11 | glib-2.0 \ | 12 | glib-2.0 \ |