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>
This commit is contained in:
Chen Qi 2024-11-07 19:51:43 -08:00 committed by Khem Raj
parent cdc82b14a9
commit 77d0a6d3db
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -5,7 +5,8 @@ LIC_FILES_CHKSUM = "file://copyright;md5=a65e9b0c9f78617732f09f68fc4ef79a"
GNOMEBASEBUILDCLASS = "meson"
REQUIRED_DISTRO_FEATURES += "gobject-introspection-data"
# reason for opengl: spice-gtk requires opengl
REQUIRED_DISTRO_FEATURES += "gobject-introspection-data opengl"
DEPENDS = " \
glib-2.0 \