Skip to content
Snippets Groups Projects
Verified Commit e7c57e6c authored by Tobias Frisch's avatar Tobias Frisch
Browse files

Add other required packages for GLFW to build with wayland support

parent 20ea94c6
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ jobs:
run: |
sudo apt-get -qq update
sudo apt-get -qq install ninja-build cmake extra-cmake-modules g++
sudo apt-get -qq install libvulkan-dev xorg-dev libwayland-bin
sudo apt-get -qq install libvulkan-dev xorg-dev libwayland-bin libwayland-client0 libwayland-cursor0 libwayland-egl1 libxkbcommon0
- name: Build framework
run: |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment