diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2024-11-07 19:51:43 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 13:50:57 -0800 |
commit | 77d0a6d3dba11a1b6bba81680104a6edef26ee64 (patch) | |
tree | b58086de13704adf161fee89c336e36f15c1119b /meta-gnome/dynamic-layers | |
parent | cdc82b14a9c60743b6dd194db277ca9b67e610f2 (diff) | |
download | meta-openembedded-77d0a6d3dba11a1b6bba81680104a6edef26ee64.tar.gz |
gnome-boxes: require opengl distro feature
spice-gtk requires opengl distro feature, so gnome-boxes should
require it too.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/dynamic-layers')
-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 \ |