diff options
-rw-r--r-- | meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.20.3.bb (renamed from meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.20.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.20.0.bb b/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.20.3.bb index 440d836874..e0aca558fd 100644 --- a/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.20.0.bb +++ b/meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.20.3.bb | |||
@@ -27,11 +27,11 @@ RDEPENDS:${PN} = "bubblewrap rtkit ${PORTAL_BACKENDS} fuse3-utils" | |||
27 | inherit meson pkgconfig python3native features_check | 27 | inherit meson pkgconfig python3native features_check |
28 | 28 | ||
29 | SRC_URI = " \ | 29 | SRC_URI = " \ |
30 | git://github.com/flatpak/xdg-desktop-portal.git;protocol=https;branch=main \ | 30 | git://github.com/flatpak/xdg-desktop-portal.git;protocol=https;branch=xdg-desktop-portal-1.20 \ |
31 | file://0001-meson.build-add-a-hack-for-crosscompile.patch \ | 31 | file://0001-meson.build-add-a-hack-for-crosscompile.patch \ |
32 | " | 32 | " |
33 | 33 | ||
34 | SRCREV = "85df26fb1c53334969fea3f15c2a06a14831094b" | 34 | SRCREV = "23a76c392170dbbd26230f85ef56c3a57e52b857" |
35 | 35 | ||
36 | FILES:${PN} += "${libdir}/systemd ${datadir}/dbus-1" | 36 | FILES:${PN} += "${libdir}/systemd ${datadir}/dbus-1" |
37 | 37 | ||