From bf80941c3f12a94205f1ee5b7e9366e6e7e7b70c Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Fri, 10 May 2024 07:47:09 +0200 Subject: flatpak;xdg-desktop-portal: add missing runtime dependency on fuse3-utils Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.18.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-support') diff --git a/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.18.4.bb b/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.18.4.bb index 8161ed160d..87e8f1f5e9 100644 --- a/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.18.4.bb +++ b/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.18.4.bb @@ -22,7 +22,7 @@ PORTAL_BACKENDS ?= " \ ${@bb.utils.contains('DISTRO_FEATURES', 'gtk4', 'xdg-desktop-portal-gtk', '', d)} \ " -RDEPENDS:${PN} = "bubblewrap rtkit ${PORTAL_BACKENDS}" +RDEPENDS:${PN} = "bubblewrap rtkit ${PORTAL_BACKENDS} fuse3-utils" inherit meson pkgconfig python3native features_check -- cgit v1.2.3-54-g00ecf