Browse Source

util-linux: unconditionally enable ncursesw support

The build dependency is unconditional, and some components might fail if
ncurses is not available

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 8 years ago
parent
commit
0aee976135
1 changed files with 1 additions and 6 deletions
  1. 1 6
      package/utils/util-linux/Makefile

+ 1 - 6
package/utils/util-linux/Makefile

@@ -27,11 +27,6 @@ PKG_LICENSE_FILES:=	COPYING					\
 
 PKG_BUILD_PARALLEL:=0
 
-PKG_CONFIG_DEPENDS:= \
-	CONFIG_PACKAGE_cal \
-	CONFIG_PACKAGE_cfdisk \
-	CONFIG_PACKAGE_setterm
-
 PKG_FIXUP:=autoreconf
 PKG_INSTALL:=1
 
@@ -441,7 +436,7 @@ CONFIGURE_ARGS += \
 	--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