irqbalance: ui needs ncurses
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Wed, 26 Sep 2018 18:17:05 +0000 (20:17 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 1 Oct 2018 12:31:22 +0000 (14:31 +0200)
Fixes:
 - http://autobuild.buildroot.org/results/227543e9760dedeeb4360de49e09baebed98f894

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/irqbalance/irqbalance.mk

index 31f6a427c6f6371910c93597fae951c2ccb47312..c7676e13cfefb4956edbfa6bd40a31fe544229d8 100644 (file)
@@ -21,6 +21,9 @@ endif
 
 ifeq ($(BR2_PACKAGE_NCURSES_WCHAR),y)
 IRQBALANCE_DEPENDENCIES += ncurses
+IRQBALANCE_CONF_OPTS += --with-irqbalance-ui
+else
+IRQBALANCE_CONF_OPTS += --without-irqbalance-ui
 endif
 
 ifeq ($(BR2_PACKAGE_NUMACTL),y)