add xcb libraries/headers to ci build environment

This commit is contained in:
Henrik Friedrichsen
2019-08-13 17:19:24 +02:00
parent 226e814874
commit 6fd77c2d50

View File

@@ -8,7 +8,7 @@ matrix:
- rust: beta
before_install:
- sudo apt-get install -y libasound2-dev libdbus-1-dev
- sudo apt-get install -y libasound2-dev libdbus-1-dev libxcb1-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev
script:
- cargo build
# - rustup component add clippy rustfmt