diff options
author | Heinrich Schuchardt | 2021-08-02 22:10:04 +0200 |
---|---|---|
committer | Heinrich Schuchardt | 2021-08-14 20:54:40 +0200 |
commit | 5f6efc35c1a9e75725f95205905c0357a37e8b43 (patch) | |
tree | 28367a73c3771d44a42cbb1c455b8dde25727db6 /doc/build | |
parent | 85ccbf666e549f0b06c29d565b9e4fdd87cf6600 (diff) |
doc: add pkg-config to the build dependencies
tools/Makefile uses pkg-config.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'doc/build')
-rw-r--r-- | doc/build/gcc.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/gcc.rst b/doc/build/gcc.rst index e03e0b94600..0cdc307d57b 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 |