mirror of
https://github.com/glfw/glfw.git
synced 2025-10-03 13:20:58 +00:00
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:
parent
1bb2388ec5
commit
11324968ee
@ -45,6 +45,7 @@ matrix:
|
|||||||
- libwayland-dev
|
- libwayland-dev
|
||||||
- libxkbcommon-dev
|
- libxkbcommon-dev
|
||||||
- libegl1-mesa-dev
|
- libegl1-mesa-dev
|
||||||
|
- libxxhash-dev
|
||||||
env:
|
env:
|
||||||
- USE_WAYLAND=ON
|
- USE_WAYLAND=ON
|
||||||
- BUILD_SHARED_LIBS=ON
|
- BUILD_SHARED_LIBS=ON
|
||||||
@ -59,6 +60,7 @@ matrix:
|
|||||||
- libwayland-dev
|
- libwayland-dev
|
||||||
- libxkbcommon-dev
|
- libxkbcommon-dev
|
||||||
- libegl1-mesa-dev
|
- libegl1-mesa-dev
|
||||||
|
- libxxhash-dev
|
||||||
env:
|
env:
|
||||||
- USE_WAYLAND=ON
|
- USE_WAYLAND=ON
|
||||||
- BUILD_SHARED_LIBS=OFF
|
- BUILD_SHARED_LIBS=OFF
|
||||||
|
Loading…
Reference in New Issue
Block a user