diff options
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-settings-daemon/gnome-settings-daemon_49.1.bb | 6 |
1 files changed, 3 insertions, 3 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..dfda4a3a13 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 | |||
| @@ -21,7 +21,7 @@ DEPENDS = " \ | |||
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | # all these are mandatory | 23 | # all these are mandatory |
| 24 | REQUIRED_DISTRO_FEATURES = "x11 polkit pulseaudio systemd gobject-introspection-data" | 24 | REQUIRED_DISTRO_FEATURES = "polkit pulseaudio systemd gobject-introspection-data" |
| 25 | GIR_MESON_OPTION = "" | 25 | GIR_MESON_OPTION = "" |
| 26 | 26 | ||
| 27 | SRC_URI += "file://0001-gsd-smartcard-enum-types.c.in-fix-reproducibility-is.patch" | 27 | SRC_URI += "file://0001-gsd-smartcard-enum-types.c.in-fix-reproducibility-is.patch" |
| @@ -29,9 +29,9 @@ SRC_URI[archive.sha256sum] = "2a9957fc4f91c3b9127b49484179bef485120d9c1c208e44d4 | |||
| 29 | 29 | ||
| 30 | PACKAGECONFIG ??= " \ | 30 | PACKAGECONFIG ??= " \ |
| 31 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd x11 alsa', d)} \ | 31 | ${@bb.utils.filter('DISTRO_FEATURES', 'systemd x11 alsa', d)} \ |
| 32 | ${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'xwayland', '', d)} \ | ||
| 32 | gudev \ | 33 | gudev \ |
| 33 | smartcard \ | 34 | smartcard \ |
| 34 | xwayland \ | ||
| 35 | cups \ | 35 | cups \ |
| 36 | " | 36 | " |
| 37 | PACKAGECONFIG[alsa] = "-Dalsa=true,-Dalsa=false,alsa-lib" | 37 | PACKAGECONFIG[alsa] = "-Dalsa=true,-Dalsa=false,alsa-lib" |
| @@ -39,7 +39,7 @@ PACKAGECONFIG[cups] = "-Dcups=true,-Dcups=false,cups" | |||
| 39 | PACKAGECONFIG[gudev] = "-Dgudev=true,-Dgudev=false,libgudev" | 39 | PACKAGECONFIG[gudev] = "-Dgudev=true,-Dgudev=false,libgudev" |
| 40 | PACKAGECONFIG[smartcard] = "-Dsmartcard=true,-Dsmartcard=false,nss" | 40 | PACKAGECONFIG[smartcard] = "-Dsmartcard=true,-Dsmartcard=false,nss" |
| 41 | PACKAGECONFIG[systemd] = "-Dsystemd=true,-Dsystemd=false,systemd" | 41 | PACKAGECONFIG[systemd] = "-Dsystemd=true,-Dsystemd=false,systemd" |
| 42 | PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=true" | 42 | PACKAGECONFIG[xwayland] = "-Dxwayland=true,-Dxwayland=false" |
| 43 | PACKAGECONFIG[x11] = "-Dx11=true,-Dx11=false,libx11 libxfixes" | 43 | PACKAGECONFIG[x11] = "-Dx11=true,-Dx11=false,libx11 libxfixes" |
| 44 | 44 | ||
| 45 | def gnome_verdir(v): | 45 | def gnome_verdir(v): |
