File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed
Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1919 - name : Install deps
2020 run : |
2121 sudo apt install wayland-utils \
22- wayland-protocols libwayland-dev \
23- libpixman-1-dev libjxl-dev libpng-dev
22+ libpixman-1-dev libjxl-dev libpng-dev meson
23+
24+ - name : Install wayland
25+ run : |
26+ git clone https://gitlab.freedesktop.org/wayland/wayland.git
27+ meson build wayland --buildtype=release --prefix=/usr -Dtests=false
28+ ninja -C build install
29+
30+ - name : Install wayland-protocols
31+ run : |
32+ git clone https://gitlab.freedesktop.org/wayland/wayland-protocols.git
33+ meson build wayland-protocols --buildtype=release --prefix=/usr
34+ ninja -C build install
2435
2536 - name : Build
2637 run : |
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ if arguments().contains('clean') {
4545program_installed('pkg-config')
4646program_installed('wayland-scanner')
4747
48- pkg_installed('wayland-protocols', 1.37 )
48+ pkg_installed('wayland-protocols', 1.41 )
4949pkg_installed('wayland-client', none)
5050pkg_installed('pixman-1', none)
5151pkg_installed('libjxl', none)
You can’t perform that action at this time.
0 commit comments