Skip to content

Commit 5300624

Browse files
committed
pkg/arch: Install dependencies before running 'makepkg'
1 parent 54237d2 commit 5300624

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/scripts/pkg-arch.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ case "$1" in
1212
install)
1313
# Setup build environment
1414
pacman -Syu --noconfirm
15-
pacman -S --noconfirm sudo binutils fakeroot base-devel git
15+
pacman -S --noconfirm sudo binutils fakeroot base-devel git meson \
16+
libgl libx11 libxext libxcursor libxi libxfixes libxrandr libcairomm-1.0.so \
1617
;;
1718
build)
1819
# Fix permissions (can't makepkg as

0 commit comments

Comments
 (0)