mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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:
parent
7cceba0e2c
commit
bf80941c3f
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user