From 7fd09d6d39a3ea87a4e1d1462646916656cdaf37 Mon Sep 17 00:00:00 2001 From: Treeve Jelbert Date: Fri, 3 Dec 2021 18:09:26 +0100 Subject: libblockdev - tweak depends --- disk/libblockdev/DEPENDS | 5 +++-- disk/libblockdev/HISTORY | 1 + 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 * DETAILS: version 2.26 + * DEPENDS: add libyaml, force lvm 2021-03-16 Treeve Jelbert * DETAILS: version 2.25 -- cgit v1.2.3