Skip to content

Commit 06ee4e8

Browse files
2kbitspkoning2
authored andcommitted
Add missing package to dependency checker for arch linux
I added the missing dependency sdl2_ttf for arch linux in the dependency checker as after using the checker I still needed to manually install that to compile.
1 parent e2d706c commit 06ee4e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis/deps.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ install_arch_linux() {
1717
sudo pacman -S --noconfirm mesa
1818
sudo pacman -S --noconfirm libsm
1919
sudo pacman -S --noconfirm cmake
20+
sudo pacman -S --noconfirm sdl2_ttf
2021

2122
}
2223

0 commit comments

Comments
 (0)