mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-block/thin-provisioning-tools: add lvm2, udev deps
* device-mapper bindings are generated so need lvm2 for headers * libudev is linked against Closes: https://bugs.gentoo.org/941611 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -172,6 +172,12 @@ LICENSE+=" Apache-2.0 BSD GPL-3 ISC MIT MPL-2.0 Unicode-DFS-2016"
|
||||
SLOT="0"
|
||||
IUSE="io-uring"
|
||||
|
||||
RDEPEND="virtual/libudev:="
|
||||
# libdevmapper.h needed for devicemapper-sys crate
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
sys-fs/lvm2
|
||||
"
|
||||
# Needed for bindgen
|
||||
BDEPEND="
|
||||
$(llvm_gen_dep '
|
||||
Reference in New Issue
Block a user