summaryrefslogtreecommitdiffstats
path: root/rules/util-linux-ng.in
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2009-01-28 09:48:50 +0000
committerLuotao Fu <l.fu@pengutronix.de>2009-01-28 09:48:50 +0000
commit1668022a2e8ad75d442dab8f49f987a2aef05580 (patch)
tree18a40db82b619ac14fcb8ae338da7cd176ae6b9e /rules/util-linux-ng.in
parentab512f9047728b444e8184f5636165229f696a24 (diff)
downloadptxdist-1668022a2e8ad75d442dab8f49f987a2aef05580.tar.gz
ptxdist-1668022a2e8ad75d442dab8f49f987a2aef05580.tar.xz
* add a bunch of dependencies to util-linux-ng
* fix cfdisk dependency to ncurse git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9660 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/util-linux-ng.in')
-rw-r--r--rules/util-linux-ng.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in
index 7c94c47db..696188662 100644
--- a/rules/util-linux-ng.in
+++ b/rules/util-linux-ng.in
@@ -3,9 +3,12 @@ menuconfig UTIL_LINUX_NG
tristate
prompt "util-linux-ng "
+ # depends on blkid binary and lib provided by e2fsprogs
+ select HOST_E2FSPROGS
+ select HOST_UDEV
+ select HOST_GETTEXT
+ select E2FSPROGS
select NCURSES if UTIL_LINUX_NG_CFDISK
- # we may need libuuid from E2FSPROGS
- select E2FSPROGS if UTIL_LINUX_NG_MKSWAP_UUID
config UTIL_LINUX_NG_FDISK
bool