summaryrefslogtreecommitdiffstats
path: root/disk
diff options
context:
space:
mode:
authorTreeve Jelbert2019-10-14 12:24:52 +0200
committerTreeve Jelbert2019-10-14 12:24:52 +0200
commitddb24ca835a3eba243266391cdda9e29baa38632 (patch)
tree6bd49939e50585537998a5a37e13758ee8479646 /disk
parentfc882a712ce9f12a8ee3b0635d6f45164c6b21a1 (diff)
libblockdev - lvm optional
Diffstat (limited to 'disk')
-rwxr-xr-xdisk/libblockdev/DEPENDS3
-rw-r--r--disk/libblockdev/HISTORY1
2 files changed, 2 insertions, 2 deletions
diff --git a/disk/libblockdev/DEPENDS b/disk/libblockdev/DEPENDS
index 338a174e76..6d8b55300e 100755
--- a/disk/libblockdev/DEPENDS
+++ b/disk/libblockdev/DEPENDS
@@ -1,7 +1,6 @@
depends DEVICE-MANAGER &&
depends glib2 &&
depends libbytesize &&
-depends lvm &&
depends pkgconfig &&
depends util-linux &&
@@ -9,7 +8,7 @@ optional_depends gobject-introspection '' '' 'Enable introspection?' &&
optional_depends gtk-doc '--with-gtk-doc' '--without-gtk-doc' 'Build Devhelp files?' &&
optional_depends kmod '' '' 'dynamic module loading' &&
-#optional_depends lvm '--with-lvm' '--without-lvm --without-lvm_dbus' 'LVM support' &&
+optional_depends lvm '--with-lvm' '--without-lvm --without-lvm_dbus --without-mpath' 'LVM support' &&
optional_depends parted '--with-part' '--without-part' 'partition support' &&
optional_depends python3 '--with-python3' '--without-python3' 'Python3 support' &&
optional_depends python '--with-python2' '--without-python2' 'Python2 support' &&
diff --git a/disk/libblockdev/HISTORY b/disk/libblockdev/HISTORY
index fca1d75f59..80eaa8faa5 100644
--- a/disk/libblockdev/HISTORY
+++ b/disk/libblockdev/HISTORY
@@ -1,5 +1,6 @@
2019-10-14 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 2.23
+ * DEPENDS: lvm truly optional
2019-08-20 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 2.22