diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-03-25 17:01:52 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-25 14:57:20 -0700 |
commit | f9951c8a092fcb3f459e5b005d43f968e98e01dd (patch) | |
tree | 2014075d840002cd9f02693971af4a485548eb1c | |
parent | c55ba7dae53686f3fe967dd14446d2e484212038 (diff) | |
download | meta-openembedded-f9951c8a092fcb3f459e5b005d43f968e98e01dd.tar.gz |
xdg-desktop-portal-gtk: upgrade 1.15.2 -> 1.15.3
Changelog:
============
- Fix build against newer xdg-desktop-portal
- Fix return value for the access portal
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.3.bb (renamed from meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.2.bb b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.3.bb index 8197a72ee2..0f6a9291b8 100644 --- a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.2.bb +++ b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gtk_1.15.3.bb | |||
@@ -18,7 +18,7 @@ REQUIRED_DISTRO_FEATURES = "polkit" | |||
18 | SRC_URI = "git://github.com/flatpak/xdg-desktop-portal-gtk.git;protocol=https;branch=main" | 18 | SRC_URI = "git://github.com/flatpak/xdg-desktop-portal-gtk.git;protocol=https;branch=main" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | SRCREV = "de133a5def77cca7de650ce331bd07488ee91e6c" | 21 | SRCREV = "337202d4e7179857bc37b03c1a6d8c9d92e47c44" |
22 | 22 | ||
23 | PACKAGECONFIG ?= "wallpaper appchooser lockdown settings" | 23 | PACKAGECONFIG ?= "wallpaper appchooser lockdown settings" |
24 | 24 | ||