summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorandreas-hartmann <andreas@ohok.org>2023-03-20 16:15:26 +0000
committerandreas-hartmann <andreas@ohok.org>2023-03-20 16:15:26 +0000
commit5431e6c61a0fcdf52148dfe7cae17bbe53873adc (patch)
tree789e1ef52555a1737295b6051b5f5ce446f69cc8 /resources
parent07b6bb3dbd6fd00d8b4a65c29ac41e4bdf5d1d58 (diff)
Added missing dependencies for Arch.
Diffstat (limited to 'resources')
-rw-r--r--[-rwxr-xr-x]resources/scripts/build/dependencies/arch9
1 files changed, 7 insertions, 2 deletions
diff --git a/resources/scripts/build/dependencies/arch b/resources/scripts/build/dependencies/arch
index 9943539..aa0aeab 100755..100644
--- a/resources/scripts/build/dependencies/arch
+++ b/resources/scripts/build/dependencies/arch
@@ -72,7 +72,7 @@ pacman -S --needed --noconfirm ncurses doxygen acpica gdb flex bison base-devel
# GRUB build dependencies (also requires build-essential, bison and flex)
# ------------------------------------------------------------
-pacman -S --needed --noconfirm bdf-unifont 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)
# ------------------------------------------------------------
@@ -89,5 +89,10 @@ pacman -S --needed --noconfirm libpciaccess pciutils zlib libftdi base-devel lib
pacman -S --needed --noconfirm innoextract
-printf "You also need unifont from AUR, to build GRUB:\n"
+# U-Boot build dependencies
+# ------------------------------------------------------------
+pacman -S --needed --noconfirm swig dtc
+
+printf "You also need unifont and bdf-unifont from AUR, to build GRUB:\n"
printf "https://aur.archlinux.org/pkgbase/unifont\n"
+printf "https://aur.archlinux.org/pkgbase/bdf-unifont\n"