diff options
author | Emil Velikov <[email protected]> | 2018-09-07 14:58:56 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2018-11-20 11:16:46 +0000 |
commit | 982e012b3ac924dab56b41c5407f722bd2a4c359 (patch) | |
tree | abd023a4e820a6780b8eb9461d598f8fb37a6ac6 /.travis.yml | |
parent | 5bc509363b6dbc42af72668fe500b6aec988dbf0 (diff) |
travis: adding missing x11-xcb for meson+vulkan
Required by the x11 WSI
Fixes: df82012b2cb ("travis: add meson build for vulkan drivers.")
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 81ac7696050..6b50d49e143 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,6 +52,7 @@ matrix: # Common - xz-utils - libexpat1-dev + - libx11-xcb-dev - libelf-dev - python3.5 - python3-pip |