mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
irqbalance: ui needs ncurses
Fixes: - http://autobuild.buildroot.org/results/227543e9760dedeeb4360de49e09baebed98f894 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
deae49ae4c
commit
c32cd4b925
@ -21,6 +21,9 @@ endif
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_NCURSES_WCHAR),y)
|
ifeq ($(BR2_PACKAGE_NCURSES_WCHAR),y)
|
||||||
IRQBALANCE_DEPENDENCIES += ncurses
|
IRQBALANCE_DEPENDENCIES += ncurses
|
||||||
|
IRQBALANCE_CONF_OPTS += --with-irqbalance-ui
|
||||||
|
else
|
||||||
|
IRQBALANCE_CONF_OPTS += --without-irqbalance-ui
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_NUMACTL),y)
|
ifeq ($(BR2_PACKAGE_NUMACTL),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user