diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-04-12 19:31:57 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-04-12 11:03:04 -0700 |
commit | 0e272e17be97beef6f20d6d7b36836c8d1742c38 (patch) | |
tree | 778f9332062887b7f65b54daf72908b149659422 | |
parent | 70a8e303d3850b8ec239d55a2504f38ce57e88ba (diff) | |
download | meta-openembedded-0e272e17be97beef6f20d6d7b36836c8d1742c38.tar.gz |
xdg-desktop-portal-wlr: update
There is not a new version released yet, but this update has lots of fixes
and adds features for recent pipewire and hyprland support.
But most important ... without the update it will cause a 30 sec. delay to
the start of various gtk apps in combination with current xdg-desktop-portal
release.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb b/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb index a72116154..38389276f 100644 --- a/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb +++ b/meta-multimedia/recipes-support/xdg-desktop-portal-wlr/xdg-desktop-portal-wlr_0.6.0.bb | |||
@@ -19,7 +19,7 @@ REQUIRED_DISTRO_FEATURES = "opengl wayland" | |||
19 | SRC_URI = "git://github.com/emersion/xdg-desktop-portal-wlr.git;protocol=https;nobranch=1" | 19 | SRC_URI = "git://github.com/emersion/xdg-desktop-portal-wlr.git;protocol=https;nobranch=1" |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | SRCREV = "0a8bfa14607022a080f8b6eabc4757d1918d3cd9" | 22 | SRCREV = "6737c209578e7f17536dbcb8fb2169dcf86ce528" |
23 | 23 | ||
24 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'basu', d)}" | 24 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', 'basu', d)}" |
25 | 25 | ||