ci: Install xxhash on Wayland

This would be useful also on other platforms, but these might not have
pkg-config properly setup.

X11 works with it, but the distribution we use in CI is too old so it
gets disabled too.
This commit is contained in:
Emmanuel Gil Peyrot 2021-03-21 16:47:45 +01:00
parent 1bb2388ec5
commit 11324968ee

View File

@ -45,6 +45,7 @@ matrix:
- libwayland-dev
- libxkbcommon-dev
- libegl1-mesa-dev
- libxxhash-dev
env:
- USE_WAYLAND=ON
- BUILD_SHARED_LIBS=ON
@ -59,6 +60,7 @@ matrix:
- libwayland-dev
- libxkbcommon-dev
- libegl1-mesa-dev
- libxxhash-dev
env:
- USE_WAYLAND=ON
- BUILD_SHARED_LIBS=OFF