mirror of
https://github.com/labwc/labwc.git
synced 2026-04-03 07:15:34 -04:00
chase wlroots: track 0.20 branch
And move CI to use system wide wlroots deps where availble.
This commit is contained in:
parent
76f166ae42
commit
c3fc78286a
2 changed files with 3 additions and 3 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -82,7 +82,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pacman-key --init
|
pacman-key --init
|
||||||
pacman -Syu --noconfirm
|
pacman -Syu --noconfirm
|
||||||
pacman -S --noconfirm git meson clang wlroots0.19 libdrm libinput \
|
pacman -S --noconfirm git meson clang wlroots0.20 libdrm libinput \
|
||||||
wayland-protocols cairo pango libxml2 xorg-xwayland librsvg \
|
wayland-protocols cairo pango libxml2 xorg-xwayland librsvg \
|
||||||
libdisplay-info gdb ttf-dejavu foot libsfdo cmocka
|
libdisplay-info gdb ttf-dejavu foot libsfdo cmocka
|
||||||
|
|
||||||
|
|
@ -107,7 +107,7 @@ jobs:
|
||||||
pkg set -yn pkg:mesa-dri # hack to skip llvm dependency
|
pkg set -yn pkg:mesa-dri # hack to skip llvm dependency
|
||||||
pkg install -y git pcre2 meson gcc pkgconf cairo pango evdev-proto \
|
pkg install -y git pcre2 meson gcc pkgconf cairo pango evdev-proto \
|
||||||
hwdata wayland-protocols libdisplay-info libepoll-shim \
|
hwdata wayland-protocols libdisplay-info libepoll-shim \
|
||||||
wlroots019
|
wlroots020
|
||||||
run: echo "setup done"
|
run: echo "setup done"
|
||||||
|
|
||||||
- name: Install Void Linux dependencies
|
- name: Install Void Linux dependencies
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[wrap-git]
|
[wrap-git]
|
||||||
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
|
url = https://gitlab.freedesktop.org/wlroots/wlroots.git
|
||||||
revision = 6ae54dca23064e897b393283887986e5719a747f
|
revision = 0.20
|
||||||
|
|
||||||
[provide]
|
[provide]
|
||||||
dependency_names = wlroots-0.20
|
dependency_names = wlroots-0.20
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue