diff options
| -rw-r--r-- | meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.20.1.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.20.1.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.20.1.bb index 0cbecab815..1330206a8a 100644 --- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.20.1.bb +++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.20.1.bb | |||
| @@ -22,7 +22,7 @@ PACKAGECONFIG ??= " \ | |||
| 22 | ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \ | 22 | ${@bb.utils.filter('DISTRO_FEATURES', 'wayland', d)} \ |
| 23 | " | 23 | " |
| 24 | PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" | 24 | PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" |
| 25 | PACKAGECONFIG[sound-setter] = "--enable-sound-settings, --disable-sound-settings, libcanberra, libcanberra-gtk2 sound-theme-freedesktop" | 25 | PACKAGECONFIG[sound-setter] = "--enable-sound-settings, --disable-sound-settings, libcanberra, libcanberra sound-theme-freedesktop" |
| 26 | PACKAGECONFIG[wayland] = "--enable-wayland, --disable-wayland, wayland-native" | 26 | PACKAGECONFIG[wayland] = "--enable-wayland, --disable-wayland, wayland-native" |
| 27 | 27 | ||
| 28 | FILES:${PN} += " \ | 28 | FILES:${PN} += " \ |
| @@ -32,6 +32,5 @@ FILES:${PN} += " \ | |||
| 32 | " | 32 | " |
| 33 | 33 | ||
| 34 | RRECOMMENDS:${PN} += "adwaita-icon-theme" | 34 | RRECOMMENDS:${PN} += "adwaita-icon-theme" |
| 35 | RRECOMMENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES','alsa','libcanberra-alsa','',d)}" | 35 | RRECOMMENDS:${PN} += "${@bb.utils.contains_any('DISTRO_FEATURES','alsa pulseaudio','libcanberra','',d)}" |
| 36 | RRECOMMENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES','pulseaudio','libcanberra-pulse','',d)}" | ||
| 37 | RRECOMMENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES','systemd','xfce4-datetime-setter','',d)}" | 36 | RRECOMMENDS:${PN} += "${@bb.utils.contains('DISTRO_FEATURES','systemd','xfce4-datetime-setter','',d)}" |
