We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8345eb7 commit fe3d462Copy full SHA for fe3d462
1 file changed
script/installxcb.sh
@@ -35,10 +35,15 @@ g() { sudo pkg_add "$@"; }
35
h() { sudo pkg install -y "$@"; }
36
37
if [ "$1" = "linux" ] || [ "$1" = "raspberry" ]; then
38
- f libpulse
+ f libasound2
39
f libegl1
40
+ f libegl1-mesa
41
+ f libgl1-mesa-dri
42
+ f libopus0
43
+ f libpulse0
44
f libxcb-cursor0
45
f minizip
46
+ f zlib1g
47
elif [ "$1" = "openbsd" ]; then
48
g libxcb-cursor0
49
elif [ "$1" = "freebsd" ]; then
0 commit comments