mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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:
@@ -38,6 +38,7 @@ RDEPENDS:${PN} = " \
|
||||
ca-certificates \
|
||||
dconf \
|
||||
flatpak-xdg-utils \
|
||||
fuse3-utils \
|
||||
"
|
||||
|
||||
GIR_MESON_OPTION = "gir"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user