浏览代码

util-linux: select ncurses when "pg" is selected

Fixes:
http://autobuild.buildroot.net/results/63374203f32d2e9407531b53cd5d8f2665944fbe
http://autobuild.buildroot.net/results/6279cd6f45f54ed5857a2fc08a21d9e257b6bc4b
http://autobuild.buildroot.net/results/5604c56c0c92483d28e51eb4e70a9741c3c4effe

Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Carlos Santos 8 年之前
父节点
当前提交
b976195d99
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/util-linux/Config.in

+ 1 - 0
package/util-linux/Config.in

@@ -252,6 +252,7 @@ comment "nsenter needs a toolchain w/ headers >= 3.0"
 config BR2_PACKAGE_UTIL_LINUX_PG
 config BR2_PACKAGE_UTIL_LINUX_PG
 	bool "pg"
 	bool "pg"
 	depends on BR2_USE_MMU # fork()
 	depends on BR2_USE_MMU # fork()
+	select BR2_PACKAGE_NCURSES
 	help
 	help
 	  Browse pagewise through text files
 	  Browse pagewise through text files