[PATCH 1/1] doc: add pkg-config to the build dependencies
Heinrich Schuchardt
xypron.glpk at gmx.de
Mon Aug 2 22:12:35 CEST 2021
tools/Makefile uses pkg-config.
Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
doc/build/gcc.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/build/gcc.rst b/doc/build/gcc.rst
index e03e0b9460..0cdc307d57 100644
--- a/doc/build/gcc.rst
+++ b/doc/build/gcc.rst
@@ -26,8 +26,8 @@ Depending on the build targets further packages maybe needed
sudo apt-get install bc bison build-essential coccinelle \
device-tree-compiler dfu-util efitools flex gdisk graphviz imagemagick \
liblz4-tool libguestfs-tools libncurses-dev libpython3-dev libsdl2-dev \
- libssl-dev lz4 lzma lzma-alone openssl python3 python3-coverage \
- python3-pycryptodome python3-pyelftools python3-pytest \
+ libssl-dev lz4 lzma lzma-alone openssl pkg-config python3 \
+ python3-coverage python3-pycryptodome python3-pyelftools python3-pytest \
python3-sphinxcontrib.apidoc python3-sphinx-rtd-theme python3-virtualenv \
swig
--
2.30.2
More information about the U-Boot
mailing list