From 5a9b0c7142c190a56af33885830d56a62c6d9b0a Mon Sep 17 00:00:00 2001 From: kaliko Date: Sun, 28 Apr 2024 15:06:27 +0200 Subject: [PATCH] doc: debian build, add pkconf build dep. Build dep on pkconf is not explicitly needed because other dependencies pull pkconf indirectly (ie libid3tag0-dev), but explicit declaration of a direct MPD build dep is better IMHO. --- doc/user.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user.rst b/doc/user.rst index 7fffd3bd5..abcac3162 100644 --- a/doc/user.rst +++ b/doc/user.rst @@ -70,7 +70,7 @@ dependencies on Debian Bookworm: .. code-block:: none - apt install meson g++ \ + apt install meson g++ pkgconf \ libfmt-dev \ libpcre2-dev \ libmad0-dev libmpg123-dev libid3tag0-dev \