Skip to content

Commit a42dd09

Browse files
committed
Add wayland dependencies
1 parent a0dfbfa commit a42dd09

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/linux-build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ jobs:
2626
- name: Install libraries
2727
run: |
2828
sudo apt-get update -y
29-
sudo apt-get install -y libxrandr-dev
30-
sudo apt-get install -y libxinerama-dev
31-
sudo apt-get install -y libxcursor-dev
32-
sudo apt-get install -y libxi-dev
33-
sudo apt-get install -y ninja-build
29+
sudo apt-get install -y libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev ninja-build libwayland-dev libxkbcommon-dev wayland-protocols extra-cmake-modules
3430
3531
- name: Create Build Environment
3632
# Some projects don't allow in-source building, so create a separate build directory
@@ -59,4 +55,4 @@ jobs:
5955
# Execute tests defined by the CMake configuration.
6056
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
6157
run: ctest -C $BUILD_TYPE
62-
58+

0 commit comments

Comments
 (0)