file-roller: add opengl to REQUIRED_DISTRO_FEATURES

file-roller depends on libportal which needs opengl DISTRO_FEATURE,
so add the required distro also for file-roller.

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Mingli Yu
2023-01-06 17:03:49 +08:00
committed by Khem Raj
parent b3ace96246
commit eaf675fa06
@@ -15,7 +15,9 @@ DEPENDS = " \
libportal \
"
inherit gnomebase gsettings itstool gobject-introspection gnome-help gettext upstream-version-is-even mime-xdg gtk-icon-cache
inherit gnomebase gsettings itstool gobject-introspection gnome-help gettext upstream-version-is-even mime-xdg gtk-icon-cache features_check
REQUIRED_DISTRO_FEATURES = "opengl"
EXTRA_OEMESON += "-Dintrospection=enabled"