summaryrefslogtreecommitdiffstats
path: root/rules/util-linux-ng.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-01-29 19:33:56 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-01-29 19:33:56 +0000
commit6bc1b64b92fe8821512535a6a9f6e402ae9bf4eb (patch)
tree414305ece6e4158f950b0a215af6e6486f5b8c21 /rules/util-linux-ng.in
parentc1885a965cc59755a29129255d74e35d5146fd2b (diff)
downloadptxdist-6bc1b64b92fe8821512535a6a9f6e402ae9bf4eb.tar.gz
ptxdist-6bc1b64b92fe8821512535a6a9f6e402ae9bf4eb.tar.xz
* e2fsprogs: make it possible to build libuuid alone, without
the rest of e2fsprogs. libuuid is used by several other programs which might not need the other parts of this package. git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9678 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/util-linux-ng.in')
-rw-r--r--rules/util-linux-ng.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in
index 56da96ad2..13f0bc056 100644
--- a/rules/util-linux-ng.in
+++ b/rules/util-linux-ng.in
@@ -6,9 +6,10 @@ menuconfig 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 from
- # this package
+ # 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 UTIL_LINUX_NG_USES_NCURSES if UTIL_LINUX_NG_CFDISK || UTIL_LINUX_NG_SETTERM
# Only required for textutils we currently do not use