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-panel-plugins/sensors | |
| 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-panel-plugins/sensors')
| -rw-r--r-- | meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.4.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.4.3.bb b/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.4.3.bb index 3086aa5b5d..13933b6cd9 100644 --- a/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.4.3.bb +++ b/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin_1.4.3.bb | |||
| @@ -17,6 +17,7 @@ do_configure:prepend() { | |||
| 17 | sed -i 's:LIBSENSORS_CFLAGS=.*:LIBSENSORS_CFLAGS=-I${STAGING_INCDIR}:g' ${S}/configure.ac | 17 | sed -i 's:LIBSENSORS_CFLAGS=.*:LIBSENSORS_CFLAGS=-I${STAGING_INCDIR}:g' ${S}/configure.ac |
| 18 | } | 18 | } |
| 19 | 19 | ||
| 20 | PACKAGECONFIG ??= "libnotify" | ||
| 20 | PACKAGECONFIG[libsensors] = "--enable-libsensors,--disable-libsensors, lmsensors" | 21 | PACKAGECONFIG[libsensors] = "--enable-libsensors,--disable-libsensors, lmsensors" |
| 21 | PACKAGECONFIG[hddtemp] = "--enable-hddtemp,--disable-hddtemp, hddtemp" | 22 | PACKAGECONFIG[hddtemp] = "--enable-hddtemp,--disable-hddtemp, hddtemp" |
| 22 | PACKAGECONFIG[netcat] = "--enable-netcat,--disable-netcat, netcat" | 23 | PACKAGECONFIG[netcat] = "--enable-netcat,--disable-netcat, netcat" |
