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/debian | |
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/debian')
-rwxr-xr-x | config/dependencies/debian | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dependencies/debian b/config/dependencies/debian index 33902f19..3375064f 100755 --- a/config/dependencies/debian +++ b/config/dependencies/debian @@ -11,5 +11,5 @@ libsdl2-dev libselinux1-dev libssl-dev libtool libusb-1.0 libusb-1.0-0-dev \ libusb-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 unar \ -unifont unifont-bin unzip uuid-dev wget xfonts-unifont zlib1g-dev \ +unifont unifont-bin unzip uuid-dev wget xfonts-unifont zlib1g-dev ccache \ " |