#157 Updated dependencies for Arch

Merged
vimuser merged 2 commits from andreas-hartmann/master into libreboot/master 1 year ago
1 changed files with 8 additions and 2 deletions
  1. 8 2
      resources/scripts/build/dependencies/arch

+ 8 - 2
resources/scripts/build/dependencies/arch

@@ -5,6 +5,7 @@
 #	Copyright (C) 2021 Melissa Goad <mszoopers@protonmail.com>
 #	Copyright (C) 2022 Caleb La Grange <thonkpeasant@protonmail.com>
 #   Copyright (C) 2022 Ferass El Hafidi <vitali64pmemail@protonmail.com>
+#   Copyright (C) 2023 Andreas Hartmann <andreas@ohok.org>
 #
 #    This program is free software: you can redistribute it and/or modify
 #    it under the terms of the GNU General Public License as published by
@@ -72,7 +73,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 +90,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"