diff options
author | Markus Volk <f_l_k@t-online.de> | 2023-03-25 09:02:41 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-04-05 15:56:47 -0700 |
commit | 0cf97066d3ac0c870d33d74d26894c6e75b961e1 (patch) | |
tree | 417a5c863bb4d6e61ca00e8c1af513ea4016d68b /meta-gnome/recipes-gnome/gnome-settings-daemon | |
parent | 9a3c4fafd3022d05adf42b4bd3a76dfeea06aa53 (diff) | |
download | meta-openembedded-0cf97066d3ac0c870d33d74d26894c6e75b961e1.tar.gz |
gnome-settings-daemon: update 43.0 -> 44.0
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-settings-daemon')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_44.0.bb (renamed from meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_43.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_43.0.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_44.0.bb index fe246953f..e8f2014bf 100644 --- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_43.0.bb +++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_44.0.bb | |||
@@ -25,7 +25,7 @@ DEPENDS = " \ | |||
25 | REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-data" | 25 | REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-data" |
26 | GIR_MESON_OPTION = "" | 26 | GIR_MESON_OPTION = "" |
27 | 27 | ||
28 | SRC_URI[archive.sha256sum] = "3513bb24fc6f8181667223a64a067534fdccf3bf66326a9403d38b0f0d6013d0" | 28 | SRC_URI[archive.sha256sum] = "b417ada1c1342a8cf29837ecf2dec9bdcdb754235b1a161b6435c3d11f210999" |
29 | 29 | ||
30 | PACKAGECONFIG ??= " \ | 30 | PACKAGECONFIG ??= " \ |
31 | cups nm \ | 31 | cups nm \ |
@@ -42,5 +42,5 @@ PACKAGECONFIG[wayland] = "-Dwayland=true,-Dwayland=false,wayland" | |||
42 | 42 | ||
43 | FILES:${PN} += " \ | 43 | FILES:${PN} += " \ |
44 | ${systemd_user_unitdir} \ | 44 | ${systemd_user_unitdir} \ |
45 | /usr/lib/gnome-settings-daemon-43/libgsd.so \ | 45 | /usr/lib/gnome-settings-daemon-44/libgsd.so \ |
46 | " | 46 | " |