diff options
| author | Markus Volk <f_l_k@t-online.de> | 2023-09-18 23:51:42 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-09-20 15:34:02 -0700 |
| commit | 38e1b334d59c6e1c218b81bf07c40a5a1bf66d47 (patch) | |
| tree | bdc70fee7a28abc284bd3697c31c47a60c806e12 | |
| parent | 316378fbc23eed47649a261dfff383be0be3bd76 (diff) | |
| download | meta-openembedded-38e1b334d59c6e1c218b81bf07c40a5a1bf66d47.tar.gz | |
xdg-desktop-portal-gnome: upgrade 44.1 -> 45.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_45.0.bb (renamed from meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_44.1.bb) | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_44.1.bb b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_45.0.bb index a8e8c83de8..91469934dd 100644 --- a/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_44.1.bb +++ b/meta-gnome/recipes-support/xdg-desktop-portal/xdg-desktop-portal-gnome_45.0.bb | |||
| @@ -17,17 +17,14 @@ DEPENDS = " \ | |||
| 17 | 17 | ||
| 18 | RDEPENDS:${PN} = "xdg-desktop-portal xdg-desktop-portal-gtk" | 18 | RDEPENDS:${PN} = "xdg-desktop-portal xdg-desktop-portal-gtk" |
| 19 | 19 | ||
| 20 | inherit meson pkgconfig gsettings features_check | 20 | GNOMEBASEBUILDCLASS = "meson" |
| 21 | inherit gnomebase pkgconfig gsettings features_check | ||
| 21 | 22 | ||
| 22 | REQUIRED_DISTRO_FEATURES = "polkit" | 23 | REQUIRED_DISTRO_FEATURES = "polkit" |
| 23 | 24 | ||
| 24 | SRC_URI = "git://gitlab.gnome.org/GNOME/xdg-desktop-portal-gnome.git;protocol=https;branch=main" | 25 | SRC_URI[archive.sha256sum] = "949598861c80000febf18cc12b3721c95c1bb1d19371fc2156dc4f33def5aff0" |
| 25 | |||
| 26 | S = "${WORKDIR}/git" | ||
| 27 | SRCREV = "89203bf3522556965fc225782d1a635afdac611e" | ||
| 28 | 26 | ||
| 29 | PACKAGECONFIG ?= "screenshot screencast ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" | 27 | PACKAGECONFIG ?= "screenshot screencast ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)}" |
| 30 | |||
| 31 | PACKAGECONFIG[wayland] = ",,wayland-native" | 28 | PACKAGECONFIG[wayland] = ",,wayland-native" |
| 32 | PACKAGECONFIG[screenshot] = ",,,gnome-shell" | 29 | PACKAGECONFIG[screenshot] = ",,,gnome-shell" |
| 33 | PACKAGECONFIG[screencast] = ",,,mutter" | 30 | PACKAGECONFIG[screencast] = ",,,mutter" |
