From 515b115e26705df933781071c0f2127feaca2244 Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Tue, 10 Jul 2018 14:41:55 +0200 Subject: [PATCH] travis: libxkbcommon is now in the whitelist Signed-off-by: Quentin Glidic --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 25cf4bd5..48dc2130 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,6 +33,8 @@ addons: - libxcb-xkb-dev - libxcb-randr0-dev - libxcb1-dev + - libxkbcommon-dev + - libxkbcommon-x11-dev - xvfb - discount - xdotool @@ -58,7 +60,7 @@ before_install: # TODO: We install xkbcommon here, until Travis use an up-to-date enough Ubuntu install: - - sudo apt-get install -y --force-yes libxkbcommon-dev libxkbcommon-x11-dev flex/trusty-backports libfl-dev/trusty-backports + - sudo apt-get install -y --force-yes flex/trusty-backports libfl-dev/trusty-backports - sudo apt-get install -y --force-yes python3-pip - pip3 install --user meson - wget https://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-linux.zip