From 3f8673f073ca296e7300b67d0c7d69b2c170c7ff Mon Sep 17 00:00:00 2001 From: Quentin Glidic Date: Sat, 2 Apr 2016 10:21:54 +0200 Subject: [PATCH] travis.yml: libxcb-ewmh-dev is blacklisted again This package changed named between Precise and Trusty, and Travis is using Precise as its base system. Signed-off-by: Quentin Glidic --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 99945e70..b602958e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ addons: - libpango1.0-dev - libcairo2-dev - libstartup-notification0-dev - - libxcb-ewmh-dev - libxcb-icccm4-dev - libxcb-util0-dev - libxcb-xinerama0-dev @@ -29,9 +28,10 @@ before_install: - sudo add-apt-repository -y 'deb http://debian.jpleau.ca/ jessie-backports main contrib non-free' - sudo apt-get update -qq -# TODO: We install xkbcommon here, until it is whitelisted in Travis +# TODO: We install xkbcommon here, until Travis use an up-to-date enough Ubuntu +# TODO: We install libxcb-ewmh-dev here, until it is whitelisted again in Travis install: - - sudo apt-get install -y --force-yes libxkbcommon-dev libxkbcommon-x11-dev + - sudo apt-get install -y --force-yes libxkbcommon-dev libxkbcommon-x11-dev libxcb-ewmh-dev before_script: - autoreconf -i