diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2022-04-02 00:37:04 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-04-06 20:25:33 -0400 |
commit | b304441d36459091641e98b8f120a3838d723a17 (patch) | |
tree | 5dc3072f964fd54750e5b95c35331e8fcd06da06 /meta-xfce/recipes-xfce/xfce4-settings | |
parent | 9f26743034ac70f5a8b0bed63725067ef14f499c (diff) | |
download | meta-openembedded-b304441d36459091641e98b8f120a3838d723a17.tar.gz |
Allow several components notification
Never understood why we disappoint users by creating packages that behave
differently from what they are used to in non-embedded distributions.
Particularly when not saving build time: xfce4-notifyd which is a center
component of XFCE and should be part of any useful image depends upon libnotify
unconditionally.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.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.16.2.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.2.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.2.bb index 83b624f12..aa4265f7b 100644 --- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.2.bb +++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_4.16.2.bb | |||
@@ -14,6 +14,7 @@ SRC_URI[sha256sum] = "4dd7cb420860535e687f673c0b5c0274e0d2fb67181281d4b85be9197d | |||
14 | EXTRA_OECONF += "--enable-maintainer-mode --disable-debug" | 14 | EXTRA_OECONF += "--enable-maintainer-mode --disable-debug" |
15 | 15 | ||
16 | PACKAGECONFIG ??= " \ | 16 | PACKAGECONFIG ??= " \ |
17 | notify \ | ||
17 | ${@bb.utils.contains('DISTRO_FEATURES','alsa','sound-setter', bb.utils.contains('DISTRO_FEATURES','pulseaudio','sound-setter','',d),d)} \ | 18 | ${@bb.utils.contains('DISTRO_FEATURES','alsa','sound-setter', bb.utils.contains('DISTRO_FEATURES','pulseaudio','sound-setter','',d),d)} \ |
18 | " | 19 | " |
19 | PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" | 20 | PACKAGECONFIG[notify] = "--enable-libnotify,--disable-libnotify,libnotify" |