mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 05:06:39 +00:00
irqbalance: add optional numactl 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
73185f1270
commit
cd9ac3d8fe
@ -12,6 +12,13 @@ IRQBALANCE_DEPENDENCIES = host-pkgconf
|
|||||||
# Autoreconf needed because package is distributed without a configure script
|
# Autoreconf needed because package is distributed without a configure script
|
||||||
IRQBALANCE_AUTORECONF = YES
|
IRQBALANCE_AUTORECONF = YES
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_NUMACTL),y)
|
||||||
|
IRQBALANCE_DEPENDENCIES += numactl
|
||||||
|
IRQBALANCE_CONF_OPTS += --enable-numa
|
||||||
|
else
|
||||||
|
IRQBALANCE_CONF_OPTS += --disable-numa
|
||||||
|
endif
|
||||||
|
|
||||||
# This would be done by the package's autogen.sh script
|
# This would be done by the package's autogen.sh script
|
||||||
define IRQBALANCE_PRECONFIGURE
|
define IRQBALANCE_PRECONFIGURE
|
||||||
mkdir -p $(@D)/m4
|
mkdir -p $(@D)/m4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user