[Mesa-dev] [PATCH mesa v2] travis: add missing libs: xdamage + xfixes
Eric Engestrom
eric.engestrom at imgtec.com
Thu Jun 22 18:14:20 UTC 2017
From: Eric Engestrom <eric at engestrom.ch>
> 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 at engestrom.ch>
Signed-off-by: Eric Engestrom <eric.engestrom at imgtec.com>
---
.travis.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 82d21eb539..4fde6f45f4 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.
--
Cheers,
Eric
More information about the mesa-dev
mailing list