summaryrefslogtreecommitdiff
path: root/resources/scripts/build/dependencies/parabola
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-05-14 10:33:35 +0100
committerLeah Rowe <leah@libreboot.org>2023-05-14 10:33:35 +0100
commitd90dfb0a08bcc82200227afd7ab3c0b2ab72a91e (patch)
treecd912b9561acf76ea8e75aae1bf00d6a2f4e25c0 /resources/scripts/build/dependencies/parabola
parent48bda9e051746d2c1d71d661dd825b743b7b833e (diff)
build/dependencies/*: RFC 2646 compliance
Diffstat (limited to 'resources/scripts/build/dependencies/parabola')
-rwxr-xr-xresources/scripts/build/dependencies/parabola10
1 files changed, 7 insertions, 3 deletions
diff --git a/resources/scripts/build/dependencies/parabola b/resources/scripts/build/dependencies/parabola
index a2002f43..da284bed 100755
--- a/resources/scripts/build/dependencies/parabola
+++ b/resources/scripts/build/dependencies/parabola
@@ -70,12 +70,15 @@ pacman -S --needed --noconfirm base-devel perl
# Coreboot build dependencies (also requires build-essential and git)
# ------------------------------------------------------------
-pacman -S --needed --noconfirm ncurses doxygen acpica gdb flex bison base-devel git openssl gcc-ada
+pacman -S --needed --noconfirm ncurses doxygen acpica gdb flex bison \
+ base-devel git openssl gcc-ada
# GRUB build dependencies (also requires build-essential, bison and flex)
# ------------------------------------------------------------
-pacman -S --needed --noconfirm autogen help2man base-devel bison flex ttf-dejavu texinfo rsync python libusb xz gawk device-mapper fuse2 gettext freetype2
+pacman -S --needed --noconfirm autogen help2man base-devel bison flex \
+ ttf-dejavu texinfo rsync python libusb xz gawk \
+ device-mapper fuse2 gettext freetype2
# BucTS build dependencies (external script)
# ------------------------------------------------------------
@@ -85,7 +88,8 @@ pacman -S --needed --noconfirm base-devel
# Flashrom build dependencies (also requires build-essential)
# ------------------------------------------------------------
-pacman -S --needed --noconfirm libpciaccess pciutils zlib libftdi base-devel libusb
+pacman -S --needed --noconfirm libpciaccess pciutils zlib \
+ libftdi base-devel libusb
# Management engine extraction dependencies
#