flatpak;xdg-desktop-portal: add missing runtime dependency on fuse3-utils

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Markus Volk 2024-05-10 07:47:09 +02:00 committed by Khem Raj
parent 7cceba0e2c
commit bf80941c3f
No known key found for this signature in database
GPG Key ID: BB053355919D3314
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@ RDEPENDS:${PN} = " \
ca-certificates \
dconf \
flatpak-xdg-utils \
fuse3-utils \
"
GIR_MESON_OPTION = "gir"

View File

@ -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