summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2026-05-13 11:52:10 +0100
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-15 09:39:16 -0700
commit428d1462371715d1675e8e620dcd9a66107b8b62 (patch)
tree0dd9df6f5447892623daa2494821518830520426
parentadf125bf64d06b4e2b2b0512121e3a80aa68c651 (diff)
downloadmeta-openembedded-428d1462371715d1675e8e620dcd9a66107b8b62.tar.gz
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>
-rw-r--r--meta-gnome/recipes-gnome/nautilus/nautilus_49.5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/nautilus/nautilus_49.5.bb b/meta-gnome/recipes-gnome/nautilus/nautilus_49.5.bb
index 45e0969d66..9597ce5136 100644
--- a/meta-gnome/recipes-gnome/nautilus/nautilus_49.5.bb
+++ b/meta-gnome/recipes-gnome/nautilus/nautilus_49.5.bb
@@ -14,7 +14,6 @@ DEPENDS = " \
14 gtk4 \ 14 gtk4 \
15 libadwaita \ 15 libadwaita \
16 libcloudproviders \ 16 libcloudproviders \
17 libhandy \
18 libportal \ 17 libportal \
19 libxml2 \ 18 libxml2 \
20 tinysparql \ 19 tinysparql \
@@ -26,7 +25,8 @@ inherit gnomebase gsettings gobject-introspection gi-docgen gettext features_che
26 25
27SRC_URI[archive.sha256sum] = "fa5655e73ee7953aecfe71fea67bfec0c67447e14e6df135aa3f80334386872c" 26SRC_URI[archive.sha256sum] = "fa5655e73ee7953aecfe71fea67bfec0c67447e14e6df135aa3f80334386872c"
28 27
29REQUIRED_DISTRO_FEATURES = "x11 opengl gobject-introspection-data" 28REQUIRED_DISTRO_FEATURES = "opengl gobject-introspection-data"
29ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
30 30
31GIDOCGEN_MESON_OPTION = "docs" 31GIDOCGEN_MESON_OPTION = "docs"
32GIDOCGEN_MESON_ENABLE_FLAG = 'true' 32GIDOCGEN_MESON_ENABLE_FLAG = 'true'