mirror of
https://github.com/glfw/glfw.git
synced 2025-06-15 20:22:15 +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
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user