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/parabola | |
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/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 \ " |