summaryrefslogtreecommitdiffstats
path: root/rules/xfsprogs.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-05-09 08:46:42 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-05-17 08:16:17 +0200
commitc5fff2944ab9d53b01ed9af59e77f95979e85e87 (patch)
tree4220b53de9683eb5e72b43bcaf1005d821d6a3c8 /rules/xfsprogs.in
parent4a0d3701aa7236e4b6cc7f08b0fbbc64c3a429a8 (diff)
downloadptxdist-c5fff2944ab9d53b01ed9af59e77f95979e85e87.tar.gz
ptxdist-c5fff2944ab9d53b01ed9af59e77f95979e85e87.tar.xz
xfsprogs: libuuid is not optional
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/xfsprogs.in')
-rw-r--r--rules/xfsprogs.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/xfsprogs.in b/rules/xfsprogs.in
index 9d0b6a2a1..ce191f7b2 100644
--- a/rules/xfsprogs.in
+++ b/rules/xfsprogs.in
@@ -6,7 +6,7 @@ menuconfig XFSPROGS
select LIBC_RT
select LIBC_PTHREAD
select GCCLIBS_GCC_S
- select LIBUUID if XFSPROGS_INSTALL_MKXFS || XFSPROGS_INSTALL_GROWFS || XFSPROGS_INSTALL_LOGPRINT || XFSPROGS_INSTALL_COPY
+ select LIBUUID
help
The xfsprogs package provides the filesystem utilities for use
with the xfs filesystem.