1
0
Fork 0

Drop xvfb, and add autotools for apt-repos

This commit is contained in:
kcgen 2020-04-26 13:53:58 -07:00 committed by Patryk Obara
parent 892a6f61a2
commit 01728f719e
3 changed files with 3 additions and 3 deletions

View file

@ -1,2 +1,2 @@
# Package repo: https://packages.ubuntu.com/
packages+=(ccache xvfb libtool build-essential libsdl2-dev libsdl2-net-dev libncurses-dev libopusfile-dev)
packages+=(ccache libtool build-essential autotools-dev automake libsdl2-dev libsdl2-net-dev libncurses-dev libopusfile-dev)

View file

@ -1,2 +1,2 @@
# Package repo: https://apps.fedoraproject.org/packages/
packages+=(ccache xvfb libtool ncurses-devel SDL2-devel SDL2_net-devel opusfile-devel)
packages+=(ccache libtool ncurses-devel SDL2-devel SDL2_net-devel opusfile-devel)

View file

@ -1,4 +1,4 @@
# Package repo: https://www.archlinux.org/packages/
# Arch offers 32-bit versions of SDL (but not others)
packages+=(ccache xvfb libtool ncurses sdl2_net opusfile)
packages+=(ccache libtool ncurses sdl2_net opusfile)
[[ "${bits}" == "32" ]] && packages+=(lib32-sdl2) || packages+=(sdl2)