mirror of
https://github.com/glfw/glfw.git
synced 2025-06-15 12:12:16 +00:00
CI: install libdecor from upstream
This commit is contained in:
parent
5df88303d2
commit
8b539bd285
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -43,6 +43,12 @@ jobs:
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install wayland-protocols libwayland-dev libxkbcommon-dev
|
||||
sudo apt install meson libpango1.0-dev
|
||||
git clone --depth 1 https://gitlab.gnome.org/jadahl/libdecor.git --branch 0.1.0
|
||||
cd libdecor
|
||||
meson build --buildtype release -Ddemo=false -Ddbus=disabled
|
||||
ninja -C build
|
||||
sudo meson install -C build
|
||||
|
||||
- name: Configure static library
|
||||
run: cmake -S . -B build-static -D GLFW_USE_WAYLAND=ON
|
||||
|
Loading…
Reference in New Issue
Block a user