mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
nautilus: update dependencies
libhandy was removed when g-s-m ported to GTK 4. Update the DISTRO_FEATURES checks to use GTK3DISTROFEATURES. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -14,7 +14,6 @@ DEPENDS = " \
|
||||
gtk4 \
|
||||
libadwaita \
|
||||
libcloudproviders \
|
||||
libhandy \
|
||||
libportal \
|
||||
libxml2 \
|
||||
tinysparql \
|
||||
@@ -26,7 +25,8 @@ inherit gnomebase gsettings gobject-introspection gi-docgen gettext features_che
|
||||
|
||||
SRC_URI[archive.sha256sum] = "fa5655e73ee7953aecfe71fea67bfec0c67447e14e6df135aa3f80334386872c"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11 opengl gobject-introspection-data"
|
||||
REQUIRED_DISTRO_FEATURES = "opengl gobject-introspection-data"
|
||||
ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
|
||||
|
||||
GIDOCGEN_MESON_OPTION = "docs"
|
||||
GIDOCGEN_MESON_ENABLE_FLAG = 'true'
|
||||
|
||||
Reference in New Issue
Block a user