]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
Add missing build dependency
authorKent Overstreet <kent.overstreet@gmail.com>
Mon, 20 Jul 2020 16:53:09 +0000 (12:53 -0400)
committerKent Overstreet <kent.overstreet@gmail.com>
Mon, 20 Jul 2020 17:13:20 +0000 (13:13 -0400)
INSTALL

diff --git a/INSTALL b/INSTALL
index 007dc9ea2dff94a63a2a5b0dd6b6f41e1448cb0c..85c09a2157119ad86dde0f4712893ed4cdb59db0 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -18,7 +18,7 @@ Dependencies:
 Debian (Bullseye or later) and Ubuntu (20.04 or later): you can install these with
     apt install -y pkg-config libaio-dev libblkid-dev libkeyutils-dev \
         liblz4-dev libscrypt-dev libsodium-dev liburcu-dev libzstd-dev \
-        uuid-dev zlib1g-dev valgrind
+        uuid-dev zlib1g-dev valgrind libudev-dev
 
 Fedora: install the "Development tools" group along with:
     dnf install -y libaio-devel libsodium-devel \