summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_49.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_49.1.bb')
-rw-r--r--meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_49.1.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_49.1.bb b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_49.1.bb
index 2125bd91fe..a9b5aceb1d 100644
--- a/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_49.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_49.1.bb
@@ -18,28 +18,28 @@ DEPENDS = " \
18 upower \ 18 upower \
19 libwacom \ 19 libwacom \
20 networkmanager \ 20 networkmanager \
21 alsa-lib \
21" 22"
22 23
23# all these are mandatory 24# all these are mandatory
24REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-data" 25REQUIRED_DISTRO_FEATURES = "alsa polkit pulseaudio systemd gobject-introspection-data"
25GIR_MESON_OPTION = "" 26GIR_MESON_OPTION = ""
26 27
27SRC_URI += "file://0001-gsd-smartcard-enum-types.c.in-fix-reproducibility-is.patch" 28SRC_URI += "file://0001-gsd-smartcard-enum-types.c.in-fix-reproducibility-is.patch"
28SRC_URI[archive.sha256sum] = "2a9957fc4f91c3b9127b49484179bef485120d9c1c208e44d44e6a746e6cc1c1" 29SRC_URI[archive.sha256sum] = "2a9957fc4f91c3b9127b49484179bef485120d9c1c208e44d44e6a746e6cc1c1"
29 30
30PACKAGECONFIG ??= " \ 31PACKAGECONFIG ??= " \
31 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd x11 alsa', d)} \ 32 ${@bb.utils.filter('DISTRO_FEATURES', 'systemd x11', d)} \
33 ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xwayland', '', d)} \
32 gudev \ 34 gudev \
33 smartcard \ 35 smartcard \
34 xwayland \
35 cups \ 36 cups \
36" 37"
37PACKAGECONFIG[alsa] = "-Dalsa=true,-Dalsa=false,alsa-lib"
38PACKAGECONFIG[cups] = "-Dcups=true,-Dcups=false,cups" 38PACKAGECONFIG[cups] = "-Dcups=true,-Dcups=false,cups"
39PACKAGECONFIG[gudev] = "-Dgudev=true,-Dgudev=false,libgudev" 39PACKAGECONFIG[gudev] = "-Dgudev=true,-Dgudev=false,libgudev"
40PACKAGECONFIG[smartcard] = "-Dsmartcard=true,-Dsmartcard=false,nss" 40PACKAGECONFIG[smartcard] = "-Dsmartcard=true,-Dsmartcard=false,nss"
41PACKAGECONFIG[systemd] = "-Dsystemd=true,-Dsystemd=false,systemd" 41PACKAGECONFIG[systemd] = "-Dsystemd=true,-Dsystemd=false,systemd"
42PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=true" 42PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=false"
43PACKAGECONFIG[x11] = "-Dx11=true,-Dx11=false,libx11 libxfixes" 43PACKAGECONFIG[x11] = "-Dx11=true,-Dx11=false,libx11 libxfixes"
44 44
45def gnome_verdir(v): 45def gnome_verdir(v):