travis: add missing libs: xdamage + xfixes
authorEric Engestrom <eric@engestrom.ch>
Thu, 22 Jun 2017 18:14:20 +0000 (19:14 +0100)
committerEric Engestrom <eric.engestrom@imgtec.com>
Mon, 26 Jun 2017 14:44:37 +0000 (15:44 +0100)
> 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>
.travis.yml

index 82d21eb53913c654fb2cb6c50dbb5d4ce04ffeb6..4fde6f45f4aac4002288d4f402ff2a247a077f81 100644 (file)
@@ -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.