summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-06-17 10:11:14 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-06-17 10:20:51 +0200
commit50d901b9b406e16f193d50bc412e1d59fce8175d (patch)
tree1726eb0d9ea3f54676eccc17207c35f1d9b4ada7
parent38b7e7e0b87f54ef8aa807d5246ec96bd7d4bc4e (diff)
downloadptxdist-50d901b9b406e16f193d50bc412e1d59fce8175d.tar.gz
ptxdist-50d901b9b406e16f193d50bc412e1d59fce8175d.tar.xz
[xfsprogs] select LIBUUID rather than E2FSPROGS_LIBUUID
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
-rw-r--r--rules/xfsprogs.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/xfsprogs.in b/rules/xfsprogs.in
index 9f1b5a6e1..c1d7ff292 100644
--- a/rules/xfsprogs.in
+++ b/rules/xfsprogs.in
@@ -3,7 +3,7 @@
menuconfig XFSPROGS
tristate
prompt "xfsprogs "
- select E2FSPROGS_LIBUUID if XFSPROGS_INSTALL_MKXFS || XFSPROGS_INSTALL_GROWFS || XFSPROGS_INSTALL_LOGPRINT || XFSPROGS_INSTALL_COPY
+ select LIBUUID if XFSPROGS_INSTALL_MKXFS || XFSPROGS_INSTALL_GROWFS || XFSPROGS_INSTALL_LOGPRINT || XFSPROGS_INSTALL_COPY
help
The xfsprogs package provides the filesystem utilities for use
with the xfs filesystem.