The build dependency is unconditional, and some components might fail if
ncurses is not available
Signed-off-by: Felix Fietkau <nbd@nbd.name>
PKG_BUILD_PARALLEL:=0
-PKG_CONFIG_DEPENDS:= \
- CONFIG_PACKAGE_cal \
- CONFIG_PACKAGE_cfdisk \
- CONFIG_PACKAGE_setterm
-
PKG_FIXUP:=autoreconf
PKG_INSTALL:=1
--without-udev \
--without-readline \
--disable-more \
- $(if $(CONFIG_PACKAGE_cal)$(CONFIG_PACKAGE_cfdisk)$(CONFIG_PACKAGE_setterm),--with-ncursesw,--without-ncurses)
+ --with-ncursesw
TARGET_CFLAGS += $(FPIC) -std=gnu99