From 428d1462371715d1675e8e620dcd9a66107b8b62 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 13 May 2026 11:52:10 +0100 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/nautilus/nautilus_49.5.bb | 4 ++-- 1 file 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 = " \ 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'