Try to use saucy repo for the opengl updates. Fingers crossed.

This commit is contained in:
hiker 2014-07-16 10:01:24 +10:00
parent c386f48689
commit cfed9fc44e

View File

@ -15,8 +15,9 @@ before_install:
- sudo apt-get update -qq
# Install dependencies
- sudo apt-get install build-essential cmake libogg-dev libvorbis-dev libopenal-dev libxxf86vm-dev libcurl4-openssl-dev libfribidi-dev libbluetooth-dev
# Install mesa from an other repo (a newer version is required)
- sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu precise main restricted"
# Install mesa from an other repo (a newer version is required). Quantal is not supported anymore, so try to find something else that works
# (precise it too old and doesn't link)
- sudo apt-add-repository "deb http://archive.ubuntu.com/ubuntu saucy main restricted"
- sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 3B4FE6ACC0B21F32
- sudo apt-get update -qq
- sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev