mirror of
https://github.com/glfw/glfw.git
synced 2025-04-05 05:25:07 +00:00
Update codeql-buildscript.sh
This commit is contained in:
parent
70c59feff5
commit
c97f1035f2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codeql-buildscript.sh
vendored
2
.github/workflows/codeql-buildscript.sh
vendored
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev libwayland-dev libxkbcommon-dev
|
||||
sudo apt-get install -y libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev libwayland-dev libxkbcommon-dev wayland-protocols
|
||||
|
||||
cmake -B build-full-static -D GLFW_BUILD_WAYLAND=ON -D GLFW_BUILD_X11=ON
|
||||
cmake --build build-full-static --parallel
|
||||
|
|
Loading…
Add table
Reference in a new issue