diff options
| -rw-r--r-- | meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.20.0.bb (renamed from meta-oe/recipes-support/xdg-desktop-portal/xdg-desktop-portal_1.18.4.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
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.20.0.bb index 87e8f1f5e9..800624bd90 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.20.0.bb | |||
| @@ -27,18 +27,19 @@ 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=xdg-desktop-portal-1.18 \ | 30 | git://github.com/flatpak/xdg-desktop-portal.git;protocol=https;branch=main \ |
| 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 | S = "${WORKDIR}/git" | 34 | S = "${WORKDIR}/git" |
| 35 | SRCREV = "11c8a96b147aeae70e3f770313f93b367d53fedd" | 35 | SRCREV = "85df26fb1c53334969fea3f15c2a06a14831094b" |
| 36 | 36 | ||
| 37 | FILES:${PN} += "${libdir}/systemd ${datadir}/dbus-1" | 37 | FILES:${PN} += "${libdir}/systemd ${datadir}/dbus-1" |
| 38 | 38 | ||
| 39 | EXTRA_OEMESON += " \ | 39 | EXTRA_OEMESON += " \ |
| 40 | --cross-file=${WORKDIR}/meson-${PN}.cross \ | 40 | --cross-file=${WORKDIR}/meson-${PN}.cross \ |
| 41 | -Ddbus-service-dir=${datadir}/dbus-1/services \ | 41 | -Ddbus-service-dir=${datadir}/dbus-1/services \ |
| 42 | -Dtests=disabled \ | ||
| 42 | " | 43 | " |
| 43 | 44 | ||
| 44 | do_write_config:append() { | 45 | do_write_config:append() { |
