Drop xvfb, and add autotools for apt-repos
This commit is contained in:
parent
892a6f61a2
commit
01728f719e
3 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue