mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-25 20:26:34 +00:00
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
|
# Local implementation of glib2 will be used if --without-glib2 is set
|
||||||
IRQBALANCE_CONF_OPTS = --with-glib2
|
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)
|
ifeq ($(BR2_PACKAGE_NUMACTL),y)
|
||||||
IRQBALANCE_DEPENDENCIES += numactl
|
IRQBALANCE_DEPENDENCIES += numactl
|
||||||
IRQBALANCE_CONF_OPTS += --enable-numa
|
IRQBALANCE_CONF_OPTS += --enable-numa
|
||||||
|
Loading…
x
Reference in New Issue
Block a user