diff options
author | Leah Rowe <leah@libreboot.org> | 2024-07-21 07:39:47 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-07-21 21:53:54 +0100 |
commit | ab2a9c3709c64ec59e0a3750b0778652b00ab661 (patch) | |
tree | c9177953fd2903701b7bde8c2265ab65e8603b0b /config/dependencies/ubuntu2004 | |
parent | fd29c8fd1a962ff1e12a97ad1199e83d98c6390c (diff) |
include/rom.sh: use ccache when building corebootquackboot
ccache now required, in build dependencies
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/dependencies/ubuntu2004')
-rwxr-xr-x | config/dependencies/ubuntu2004 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dependencies/ubuntu2004 b/config/dependencies/ubuntu2004 index 02661ca5..e4b3ef10 100755 --- a/config/dependencies/ubuntu2004 +++ b/config/dependencies/ubuntu2004 @@ -10,5 +10,5 @@ libpython3-dev libsdl2-dev libselinux1-dev libssl-dev libtool libusb-1.0-0 \ libusb-1.0-0-dev lz4 lzma lzma-alone m4 nasm openssl p7zip p7zip-full parted \ pciutils perl pkg-config python3 python3-distutils python3-pkg-resources \ python3-pycryptodome python3-pyelftools python3-setuptools python-is-python3 \ -sharutils swig ttf-unifont unar unifont unzip uuid-dev wget zlib1g-dev \ +sharutils swig ttf-unifont unar unifont unzip uuid-dev wget zlib1g-dev ccache \ " |