Skip to content
This repository was archived by the owner on Jul 30, 2019. It is now read-only.

Commit ea8e574

Browse files
committed
Update travis with SDL install
1 parent d9d3fa5 commit ea8e574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
- BUILD_TYPE=Release VERBOSE=1
1313

1414
install:
15-
sudo apt-get install libsdl2-dev libboost-all-dev
15+
sudo apt-get install libgles2-mesa-dev libegl1-mesa-dev libsdl2-dev libboost-all-dev
1616

1717
script: ./build.sh
1818

0 commit comments

Comments
 (0)