Add libxcb-xfixes0-dev as travis dependency

Currently on Linux the CI is not building since it cannot fint xcb for
linking. Installing it in the pre-install hook should make sure it's
available when linking.
This commit is contained in:
Christian Duerr 2019-10-10 01:19:11 +02:00 committed by GitHub
parent 4cb5566a9c
commit 2f83f2dd2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@ language: rust
services:
- docker
addons:
apt:
packages:
- libxcb-xfixes0-dev
git:
depth: 1