diff options
author | Emil Velikov <[email protected]> | 2017-04-06 14:09:58 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-04-30 09:46:31 +0100 |
commit | 5e8e015db32c53d2d16c0439ebd6fb52bb51ff2e (patch) | |
tree | 7b3feeb87d7b14c7c9e1340093d5034e4bfbbe21 /.travis.yml | |
parent | 135615caa07f3ac1a7154b91e7efc887e5cdc863 (diff) |
travis: remove unused -dev packages
We effectively override libdrm-dev and libxcb-dri2-0-dev since we build
and install the package locally.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Andres Gomez <[email protected]>
(cherry picked from commit ae713a7b79f60b45befea7c40b6d2aa3d3789441)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index f34b762a4e5..8921429c7e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,10 +12,8 @@ addons: sources: - llvm-toolchain-trusty-3.9 packages: - - libdrm-dev - x11proto-xf86vidmode-dev - libexpat1-dev - - libxcb-dri2-0-dev - libx11-xcb-dev # LLVM packaging is broken and misses these dependencies - libedit-dev |