Add xcb libraries to Travis CI

This commit is contained in:
Héctor Ramón Jiménez 2019-12-18 07:56:05 +01:00
parent a14b39555e
commit 5a9527894a

View File

@ -11,5 +11,5 @@ before_install:
- |
if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
sudo apt-get -qq update
sudo apt-get install -y libasound2-dev libudev-dev
sudo apt-get install -y libxcb-shape0-dev libxcb-xfixes0-dev
fi