summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2017-06-22 19:14:20 +0100
committerEric Engestrom <eric.engestrom@imgtec.com>2017-06-26 15:44:37 +0100
commit3c7c82cef060c6e480c674609c7e27d7184ab526 (patch)
tree8fef6428c8e704d9fe5ce36e2d992379c151c1c7 /.travis.yml
parentf17d78becc8af2b3c2b9fd236c3cd9eb0682e66e (diff)
travis: add missing libs: xdamage + xfixes
> configure: error: Package requirements (x11 xext xdamage >= 1.1 xfixes > x11-xcb xcb xcb-glx >= 1.8.1 xcb-dri2 >= 1.8) were not met: > No package 'xdamage' found > No package 'xfixes' found Signed-off-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 82d21eb5391..4fde6f45f4a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,6 +45,8 @@ matrix:
- x11proto-xf86vidmode-dev
- libexpat1-dev
- libx11-xcb-dev
+ - libxdamage-dev
+ - libxfixes-dev
- env:
# NOTE: Building SWR is 2x (yes two) times slower than all the other
# gallium drivers combined.