mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/netdata: add freeipmi optional dependency
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 55106a056e)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
774e310383
commit
cd4fc11abb
@@ -36,6 +36,13 @@ else
|
||||
NETDATA_CONF_OPTS += --disable-plugin-cups
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_FREEIPMI),y)
|
||||
NETDATA_CONF_OPTS += --enable-plugin-freeipmi
|
||||
NETDATA_DEPENDENCIES += freeipmi
|
||||
else
|
||||
NETDATA_CONF_OPTS += --disable-plugin-freeipmi
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_JSON_C),y)
|
||||
NETDATA_CONF_OPTS += --enable-jsonc
|
||||
NETDATA_DEPENDENCIES += json-c
|
||||
|
||||
Reference in New Issue
Block a user