We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 474fadf commit b6cb72cCopy full SHA for b6cb72c
.github/workflows/cmake-multi-platform.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Install dependencies
60
if: matrix.os != 'windows-latest'
61
run: |
62
- sudo apt-get install libxmu-dev libxi-dev libgl-dev
+ sudo apt-get install libxmu-dev libxi-dev libgl-dev libxrandr-dev xinerama xcursor xorg libglu1-mesa pkg-config
63
64
- name: Configure CMake
65
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
0 commit comments