Commit 1369b515 authored by Kirill Smelkov's avatar Kirill Smelkov
Browse files

component/util-linux: Enable missing lsblk dependencies

lsblk is needed for neotest (see https://lab.nexedi.com/kirr/slapos/commit/7cc37e3c).
However lsblk is built only when the following dependecies are enabled:

	- libblkid
	- libmount
	- libsmartcols

	https://github.com/karelzak/util-linux/blob/v2.31-286-g8e782a839/configure.ac#L1483

we already have libblkid and libmount enabled, but libsmartcols was missing.

Enable it.
parent 670a0420
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment