summaryrefslogtreecommitdiff
path: root/resources/scripts/build/dependencies/arch
diff options
context:
space:
mode:
Diffstat (limited to 'resources/scripts/build/dependencies/arch')
-rwxr-xr-xresources/scripts/build/dependencies/arch5
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/scripts/build/dependencies/arch b/resources/scripts/build/dependencies/arch
index aa98158b..c933f433 100755
--- a/resources/scripts/build/dependencies/arch
+++ b/resources/scripts/build/dependencies/arch
@@ -59,6 +59,11 @@ pacman -S --needed --noconfirm sharutils curl parted e2fsprogs unzip
# for cross-compiling ARM binaries
pacman -S --needed --noconfirm arm-none-eabi-gcc
+# Memtest86+ build dependencies
+# ------------------------------------------------------------
+
+pacman -S --needed --noconfirm base-devel python2
+
# i945-pwm build dependencies
# ------------------------------------------------------------