diff options
| -rw-r--r-- | meta-oe/recipes-extended/flatpak/flatpak_1.15.8.bb | 1 | ||||
| -rw-r--r-- | meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.18.4.bb | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/flatpak/flatpak_1.15.8.bb b/meta-oe/recipes-extended/flatpak/flatpak_1.15.8.bb index 8719d3ef03..fba7bc49a4 100644 --- a/meta-oe/recipes-extended/flatpak/flatpak_1.15.8.bb +++ b/meta-oe/recipes-extended/flatpak/flatpak_1.15.8.bb | |||
| @@ -38,6 +38,7 @@ RDEPENDS:${PN} = " \ | |||
| 38 | ca-certificates \ | 38 | ca-certificates \ |
| 39 | dconf \ | 39 | dconf \ |
| 40 | flatpak-xdg-utils \ | 40 | flatpak-xdg-utils \ |
| 41 | fuse3-utils \ | ||
| 41 | " | 42 | " |
| 42 | 43 | ||
| 43 | GIR_MESON_OPTION = "gir" | 44 | GIR_MESON_OPTION = "gir" |
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 ?= " \ | |||
| 22 | ${@bb.utils.contains('DISTRO_FEATURES', 'gtk4', 'xdg-desktop-portal-gtk', '', d)} \ | 22 | ${@bb.utils.contains('DISTRO_FEATURES', 'gtk4', 'xdg-desktop-portal-gtk', '', d)} \ |
| 23 | " | 23 | " |
| 24 | 24 | ||
| 25 | RDEPENDS:${PN} = "bubblewrap rtkit ${PORTAL_BACKENDS}" | 25 | RDEPENDS:${PN} = "bubblewrap rtkit ${PORTAL_BACKENDS} fuse3-utils" |
| 26 | 26 | ||
| 27 | inherit meson pkgconfig python3native features_check | 27 | inherit meson pkgconfig python3native features_check |
| 28 | 28 | ||
