diff options
author | Kai Kang <kai.kang@windriver.com> | 2019-08-08 05:32:10 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-08 14:54:41 -0700 |
commit | d2b991fb5d4cab2f025f43f78f8bcc0cb6305fbd (patch) | |
tree | af021448fa19eb47266cb57062fdf3735a36623a /meta-xfce/recipes-xfce/xfce4-settings | |
parent | 19661b9056bfbcd7d000deab7c630a86f18fdd6e (diff) | |
download | meta-openembedded-d2b991fb5d4cab2f025f43f78f8bcc0cb6305fbd.tar.gz |
xfce4-settings: rrecommends xfce4-datetime-setter
xfce4-datetime-setter provides function to set date and time. But it
depends on dbus service org.freedesktop.timedate1 which is provided by
systemd. Make xfce4-settings rrecommends xfce4-datetime-setter only
systemd is set in DISTRO_FEATURES.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
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.13.7.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.13.7.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.13.7.bb index e79b0ab0b..2d16a02ce 100644 --- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.13.7.bb +++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.13.7.bb | |||
@@ -30,3 +30,4 @@ FILES_${PN} += " \ | |||
30 | RRECOMMENDS_${PN} += "adwaita-icon-theme" | 30 | RRECOMMENDS_${PN} += "adwaita-icon-theme" |
31 | RRECOMMENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','alsa','libcanberra-alsa','',d)}" | 31 | RRECOMMENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','alsa','libcanberra-alsa','',d)}" |
32 | RRECOMMENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','pulseaudio','libcanberra-pulse','',d)}" | 32 | RRECOMMENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','pulseaudio','libcanberra-pulse','',d)}" |
33 | RRECOMMENDS_${PN} += "${@bb.utils.contains('DISTRO_FEATURES','systemd','xfce4-datetime-setter','',d)}" | ||