Skip to content

Commit

Permalink
wayland
Browse files Browse the repository at this point in the history
  • Loading branch information
nobuyuki83 committed Mar 7, 2024
1 parent 251463e commit 30c58fd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ jobs:

- name: install glfw
run: |
sudo apt-get install -y \
xorg-dev libx11-dev \
libglu1-mesa libglu1-mesa-dev \
libgl1-mesa-glx libgl1-mesa-dev
sudo apt install -y libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules
git submodule update --init -- external/glfw
cmake -S external/glfw -B external/glfwbuild
cd external/glfwbuild
Expand Down

0 comments on commit 30c58fd

Please sign in to comment.