From 19b5da86bcf3a587023329e48c11f53837ccef62 Mon Sep 17 00:00:00 2001 From: Ryusuke Konishi Date: Mon, 26 Jan 2026 09:19:30 +0900 Subject: [PATCH] README: mention libselinux-dev as a newer package name Newer distributions, such as Debian Sid, provide 'libselinux-dev' as the newer version of the libselinux development package. Update the footnote for libselinux development package in the "Required packages" list to mention that 'libselinux-dev' may be available. This handles the package name transition while keeping the primary instruction compatible with current stable distributions. Signed-off-by: Ryusuke Konishi --- README | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README b/README index 1558c77..e30f9f9 100644 --- a/README +++ b/README @@ -9,6 +9,8 @@ *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. + Note that libselinux-dev may be available as the newer version + (as is the case in Debian Sid). *2: required if resolving build dependencies via .pc (pkg-config) files or generating the project's .pc files.