summaryrefslogtreecommitdiffstats
path: root/rules/util-linux-ng.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-02-26 16:40:45 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-02-26 16:40:45 +0000
commit4bc7c0fb701e8b3c67c33ae94c4df148089cb83d (patch)
tree75c051d504321977098345a1dedf9ccabdde9ad5 /rules/util-linux-ng.in
parent9651be8f6f6cf864545e3c68727503eb7acba1e9 (diff)
downloadptxdist-4bc7c0fb701e8b3c67c33ae94c4df148089cb83d.tar.gz
ptxdist-4bc7c0fb701e8b3c67c33ae94c4df148089cb83d.tar.xz
[util-linux-ng] simplify ncurses selection logic
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9876 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/util-linux-ng.in')
-rw-r--r--rules/util-linux-ng.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in
index 13f0bc056..f8aec892f 100644
--- a/rules/util-linux-ng.in
+++ b/rules/util-linux-ng.in
@@ -4,16 +4,13 @@ menuconfig UTIL_LINUX_NG
tristate
prompt "util-linux-ng "
select HOST_GETTEXT
- # only used in misc-utils -> script
# select LIBC_UTIL
# we may need libuuid from E2FSPROGS, but we always need blkid
select E2FSPROGS
select E2FSPROGS_LIBBLKID
- select E2FSPROGS_LIBUUID if UTIL_LINUX_NG_MKSWAP_UUID
- select NCURSES if UTIL_LINUX_NG_CFDISK || UTIL_LINUX_NG_SETTERM
+ select E2FSPROGS_LIBUUID if UTIL_LINUX_NG_MKSWAP_UUID
+ select NCURSES if UTIL_LINUX_NG_USES_NCURSES
select UTIL_LINUX_NG_USES_NCURSES if UTIL_LINUX_NG_CFDISK || UTIL_LINUX_NG_SETTERM
- # Only required for textutils we currently do not use
- # select TERMCAP if ???????????
if UTIL_LINUX_NG