summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdisk/libblockdev/DEPENDS5
-rw-r--r--disk/libblockdev/HISTORY1
2 files changed, 4 insertions, 2 deletions
diff --git a/disk/libblockdev/DEPENDS b/disk/libblockdev/DEPENDS
index ce1f82c0bc..f50ead8e6d 100755
--- a/disk/libblockdev/DEPENDS
+++ b/disk/libblockdev/DEPENDS
@@ -1,14 +1,15 @@
depends DEVICE-MANAGER &&
depends glib2 &&
depends libbytesize &&
+depends libyaml &&
+depends lvm &&
depends pkgconfig &&
depends util-linux &&
-optional_depends gobject-introspection '' '' 'Enable introspection?' &&
+optional_depends gobject-introspection --{en,dis}able-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 --without-mpath --without-mdraid' '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 5fd2f4372b..b566466bc3 100644
--- a/disk/libblockdev/HISTORY
+++ b/disk/libblockdev/HISTORY
@@ -1,5 +1,6 @@
2021-12-03 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 2.26
+ * DEPENDS: add libyaml, force lvm
2021-03-16 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 2.25