mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user