From 182bdd2e0a75a2b0405d50e3b16d504d0ab6da96 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 7 Jan 2019 23:27:41 +0100 Subject: [PATCH] Travis CI: bump installed wayland-protocols to v1.15 Move away from v1.12 as GLFW now requires >= 1.15. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b7183ede..e61ae1e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -118,7 +118,7 @@ script: sudo dpkg -i extra-cmake-modules_5.38.0a-0ubuntu1_amd64.deb; git clone git://anongit.freedesktop.org/wayland/wayland-protocols; pushd wayland-protocols; - git checkout 1.12 && ./autogen.sh --prefix=/usr && make && sudo make install; + git checkout 1.15 && ./autogen.sh --prefix=/usr && make && sudo make install; popd; fi - $RUNNER cmake $CMAKE_ARCH_ARGS