diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2022-07-02 18:53:21 +0000 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2022-07-18 17:21:49 +0200 |
commit | 996839870436acc4e7b791b72c9c8d4a78bf4426 (patch) | |
tree | c5dd7f4b38631f6a3df26ae399d7bce625da3cd7 /doc | |
parent | 00fa8256b5c9b3ccbccbdfa8026bce2efd66d630 (diff) | |
download | u-boot-996839870436acc4e7b791b72c9c8d4a78bf4426.tar.gz |
doc: add package uuid-dev to build dependencies
Building mkeficapsule requires include uuid/uuid.h
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build/gcc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/gcc.rst b/doc/build/gcc.rst index 682051abeb2..ee544ad87ee 100644 --- a/doc/build/gcc.rst +++ b/doc/build/gcc.rst @@ -30,7 +30,7 @@ Depending on the build targets further packages maybe needed pkg-config python3 python3-asteval python3-coverage \ python3-pkg-resources python3-pycryptodome python3-pyelftools \ python3-pytest python3-sphinxcontrib.apidoc python3-sphinx-rtd-theme \ - python3-subunit python3-testtools python3-virtualenv swig + python3-subunit python3-testtools python3-virtualenv swig uuid-dev SUSE based ~~~~~~~~~~ |