Skip to content

Commit

Permalink
Fixed Travis CI build
Browse files Browse the repository at this point in the history
The current version of libsdl2-dev depends on libegl1-mesa-dev and
libgles2-mesa-dev, which have now been added to .travis.yml.
  • Loading branch information
olofson committed Dec 9, 2017
1 parent c2c8566 commit 9381c93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ dist: trusty
before_install:
- sudo add-apt-repository -y ppa:team-xbmc/ppa
- sudo apt-get update -qq
- sudo apt-get install -y libegl1-mesa-dev
- sudo apt-get install -y libgles2-mesa-dev
- sudo apt-get install -y libsdl2-dev
- sudo apt install rpm

Expand Down

0 comments on commit 9381c93

Please sign in to comment.