summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_45.0.bb (renamed from meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_44.1.bb)7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_44.1.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_45.0.bb
index 104f4a6677..16b7f23671 100644
--- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_44.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_45.0.bb
@@ -25,7 +25,7 @@ DEPENDS = " \
25REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-data" 25REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-data"
26GIR_MESON_OPTION = "" 26GIR_MESON_OPTION = ""
27 27
28SRC_URI[archive.sha256sum] = "12653b72d81f151300a47d700ac9410ac1bcce38e83f1bdd19cded2932943989" 28SRC_URI[archive.sha256sum] = "bb4dc46950e2a90f38f23225848856d2a7b1b718c89d0285ce197b7016bb1dc8"
29 29
30PACKAGECONFIG ??= " \ 30PACKAGECONFIG ??= " \
31 cups nm \ 31 cups nm \
@@ -40,7 +40,10 @@ PACKAGECONFIG[nm] = "-Dnetwork_manager=true,-Dnetwork_manager=false,networkmanag
40PACKAGECONFIG[smartcard] = "-Dsmartcard=true,-Dsmartcard=false,nss" 40PACKAGECONFIG[smartcard] = "-Dsmartcard=true,-Dsmartcard=false,nss"
41PACKAGECONFIG[wayland] = "-Dwayland=true,-Dwayland=false,wayland" 41PACKAGECONFIG[wayland] = "-Dwayland=true,-Dwayland=false,wayland"
42 42
43def gnome_verdir(v):
44 return oe.utils.trim_version(v, 1)
45
43FILES:${PN} += " \ 46FILES:${PN} += " \
44 ${systemd_user_unitdir} \ 47 ${systemd_user_unitdir} \
45 /usr/lib/gnome-settings-daemon-44/libgsd.so \ 48 ${libdir}/gnome-settings-daemon-${@gnome_verdir("${PV}")}/libgsd.so \
46" 49"