diff options
| author | Markus Volk <f_l_k@t-online.de> | 2026-01-09 12:24:52 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-12 08:53:48 -0800 |
| commit | ba92b3d7ac3c4bac19aff3f3a851b9aab195a456 (patch) | |
| tree | 22249392fcd3437d1034894074e27529d2d1a97f /meta-xfce/recipes-xfce/xfce4-settings | |
| parent | 4a81111ba2dc492ca06c627c2209881327dda6c5 (diff) | |
| download | meta-openembedded-ba92b3d7ac3c4bac19aff3f3a851b9aab195a456.tar.gz | |
xfce4-settings: rename libcanberra rrecommends
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-settings')
| -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)}" |
