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.
This commit is contained in:
parent
964e18ab49
commit
5a9b0c7142
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue