We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54237d2 commit 5300624Copy full SHA for 5300624
.github/scripts/pkg-arch.sh
@@ -12,7 +12,8 @@ case "$1" in
12
install)
13
# Setup build environment
14
pacman -Syu --noconfirm
15
- pacman -S --noconfirm sudo binutils fakeroot base-devel git
+ pacman -S --noconfirm sudo binutils fakeroot base-devel git meson \
16
+ libgl libx11 libxext libxcursor libxi libxfixes libxrandr libcairomm-1.0.so \
17
;;
18
build)
19
# Fix permissions (can't makepkg as
0 commit comments