mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 19:13:10 +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:
parent
b3ace96246
commit
eaf675fa06
@ -15,7 +15,9 @@ DEPENDS = " \
|
|||||||
libportal \
|
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"
|
EXTRA_OEMESON += "-Dintrospection=enabled"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user