diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2017-12-07 07:24:50 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2017-12-07 07:24:50 +0100 |
commit | f674a55f3a6d7d7d86be859c241eba9a5225a2e5 (patch) | |
tree | 75804994c90c710272ba7a6b0b34ccc6e427dd12 /.travis.yml | |
parent | 46ac939a7482d2fca185de1d118d48deb910e844 (diff) | |
download | redot-engine-f674a55f3a6d7d7d86be859c241eba9a5225a2e5.tar.gz |
Travis: Install libxi-dev after #14347
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2c4eda9105..e10497ad7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -55,6 +55,7 @@ addons: - libssl-dev - libxinerama-dev - libxrandr-dev + - libxi-dev # For cross-compiling to Windows. #- binutils-mingw-w64-i686 |