diff options
author | Leah Rowe <leah@libreboot.org> | 2024-07-21 07:39:47 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-07-21 07:39:47 +0100 |
commit | ba4278e0c6507e121d4ddded4a923d05236a3d3c (patch) | |
tree | 74cf4480efe17547a3bc2969abc3249282bfbefe /config/dependencies/trisquel | |
parent | 31f1e4dadfcc1ceecacec50dd2a14e63a44364bd (diff) |
include/rom.sh: use ccache when building coreboot
ccache now required, in build dependencies
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'config/dependencies/trisquel')
-rwxr-xr-x | config/dependencies/trisquel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dependencies/trisquel b/config/dependencies/trisquel index 1ae9a80b..c8e40b43 100755 --- a/config/dependencies/trisquel +++ b/config/dependencies/trisquel @@ -5,7 +5,7 @@ bison build-essential cmake curl device-tree-compiler doxygen e2fsprogs efitools flex gawk gcc-arm-linux-gnueabi gcc-arm-none-eabi gdb gettext git gnat help2man \ innoextract libdevmapper-dev libfdt-dev libfont-freetype-perl libfreetype6-dev \ libftdi-dev libfuse-dev libgnutls28-dev libgpiod-dev libjaylink-dev liblz4-tool \ -liblzma-dev libncurses5-dev \ +liblzma-dev libncurses5-dev ccache \ libncurses-dev libnewlib-arm-none-eabi libopts25 libopts25-dev libpci-dev \ 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 \ |