summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Thomas Edvalson2014-04-25 22:04:18 -0400
committerGravatar Thomas Edvalson2014-04-25 22:04:18 -0400
commit149503d249c1dee4d05c740d23b535f1139a902c (patch)
tree86dc0796afec27508bcce3ffbd8f023ed555fcab
parentMaybe needs libglew-dev? (diff)
downloadyuzu-149503d249c1dee4d05c740d23b535f1139a902c.tar.gz
yuzu-149503d249c1dee4d05c740d23b535f1139a902c.tar.xz
yuzu-149503d249c1dee4d05c740d23b535f1139a902c.zip
Yet anothing missing dependency? libxcursor-dev
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1a6874b54..8bad122b2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ compiler:
4before_install: 4before_install:
5 - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y 5 - sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
6 - sudo apt-get -qq update 6 - sudo apt-get -qq update
7 - sudo apt-get -qq install g++-4.8 xorg-dev libglu1-mesa-dev libglew-dev 7 - sudo apt-get -qq install g++-4.8 xorg-dev libglu1-mesa-dev libglew-dev libxcursor-dev
8 - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90 8 - sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 90
9 - git clone https://github.com/glfw/glfw.git 9 - git clone https://github.com/glfw/glfw.git
10 - "mkdir glfw/build && cd glfw/build && cmake .. && make && sudo make install ; cd -" 10 - "mkdir glfw/build && cd glfw/build && cmake .. && make && sudo make install ; cd -"