diff options
| -rw-r--r-- | meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb index 4b75dd7ee6..227858a15a 100644 --- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb +++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb | |||
| @@ -23,9 +23,13 @@ PV = "4.10.0+git${SRCPV}" | |||
| 23 | 23 | ||
| 24 | EXTRA_OECONF += "--enable-maintainer-mode --disable-debug" | 24 | EXTRA_OECONF += "--enable-maintainer-mode --disable-debug" |
| 25 | 25 | ||
| 26 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES','systemd','datetime-setter','',d)}" | 26 | PACKAGECONFIG ??= " \ |
| 27 | ${@base_contains('DISTRO_FEATURES','systemd','datetime-setter','',d)} \ | ||
| 28 | ${@base_contains('DISTRO_FEATURES','alsa','sound-setter', base_contains('DISTRO_FEATURES','pulseaudio','sound-setter','',d),d)} \ | ||
| 29 | " | ||
| 27 | PACKAGECONFIG[datetime-setter] = "--enable-datetime-settings, --disable-datetime-settings,, tzdata" | 30 | PACKAGECONFIG[datetime-setter] = "--enable-datetime-settings, --disable-datetime-settings,, tzdata" |
| 28 | PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" | 31 | PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" |
| 32 | PACKAGECONFIG[sound-setter] = "--enable-sound-settings, --disable-sound-settings, libcanberra, libcanberra-gtk2 sound-theme-freedesktop" | ||
| 29 | 33 | ||
| 30 | do_configure_prepend() { | 34 | do_configure_prepend() { |
| 31 | NOCONFIGURE=yes ./autogen.sh | 35 | NOCONFIGURE=yes ./autogen.sh |
| @@ -43,3 +47,5 @@ do_install_prepend() { | |||
| 43 | } | 47 | } |
| 44 | 48 | ||
| 45 | RRECOMMENDS_${PN} += "gnome-icon-theme" | 49 | RRECOMMENDS_${PN} += "gnome-icon-theme" |
| 50 | RRECOMMENDS_${PN} += "${@base_contains('DISTRO_FEATURES','alsa','libcanberra-alsa','',d)}" | ||
| 51 | RRECOMMENDS_${PN} += "${@base_contains('DISTRO_FEATURES','pulseaudio','libcanberra-pulse','',d)}" | ||
