README: remedy a note about dependency on the selinux library

The current note about dependency on the selinux library is obscure.
Clarify that libselinux-devel (or libselinux1-dev) package is not
required unless we explicitly remove the use of libmount.

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com>
This commit is contained in:
Ryusuke Konishi 2022-06-19 15:57:56 +09:00
parent fb8051e720
commit d70c11d445

7
README
View File

@ -3,8 +3,11 @@
- libuuid-devel or uuid-dev
- libmount-devel or libmount-dev
- libblkid-devel or libblkid-dev
- libselinux-devel or libselinux1-dev
(if /etc/mtab is a regular file and you use selinux context mount options)
- libselinux-devel or libselinux1-dev (*1)
*1: required only if supporting selinux context mount options without
using libmount. By default, libmount is used and support of the
context mount depends on the libmount that distro provides.
* How to compile