#157 Updated dependencies for Arch

병합
vimuser andreas-hartmann/master 에서 libreboot/master 로 2 commits 를 머지했습니다 1 년 전
1개의 변경된 파일8개의 추가작업 그리고 2개의 파일을 삭제
  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"