irqbalance: add optional libcap-ng dependency
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
86d5b0e2e5
commit
1811f17c65
@ -15,6 +15,13 @@ IRQBALANCE_AUTORECONF = YES
|
||||
# Local implementation of glib2 will be used if --without-glib2 is set
|
||||
IRQBALANCE_CONF_OPTS = --with-glib2
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBCAP_NG),y)
|
||||
IRQBALANCE_DEPENDENCIES += libcap-ng
|
||||
IRQBALANCE_CONF_OPTS += --with-libcap-ng
|
||||
else
|
||||
IRQBALANCE_CONF_OPTS += --without-libcap-ng
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_NUMACTL),y)
|
||||
IRQBALANCE_DEPENDENCIES += numactl
|
||||
IRQBALANCE_CONF_OPTS += --enable-numa
|
||||
|
Loading…
Reference in New Issue
Block a user