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/parabola | |
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/parabola')
-rw-r--r-- | config/dependencies/parabola | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/dependencies/parabola b/config/dependencies/parabola index 27dd59c4..50462afe 100644 --- a/config/dependencies/parabola +++ b/config/dependencies/parabola @@ -7,5 +7,5 @@ help2man innoextract libftdi libgpiod libjaylink libpciaccess libusb nasm \ ncurses openssl p7zip \ pandoc parted pciutils perl perl-libwww python python-setuptools rsync \ sharutils subversion swig texinfo ttf-dejavu unarchiver unifont-utils unzip \ -wget xz zlib \ +wget xz zlib ccache \ " |