mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
CI: add wlroots 0.17 packages for Arch and FreeBSD
This commit is contained in:
parent
3be20dc6c7
commit
e9fdd1f493
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
|
@ -39,6 +39,7 @@ jobs:
|
||||||
container: archlinux:base-devel
|
container: archlinux:base-devel
|
||||||
env:
|
env:
|
||||||
TARGET: 'sh -xe'
|
TARGET: 'sh -xe'
|
||||||
|
PKG_CONFIG_PATH: '/usr/lib/wlroots0.17/pkgconfig'
|
||||||
|
|
||||||
- name: Debian
|
- name: Debian
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
|
|
@ -69,7 +70,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pacman-key --init
|
pacman-key --init
|
||||||
pacman -Syu --noconfirm
|
pacman -Syu --noconfirm
|
||||||
pacman -S --noconfirm git meson clang wlroots libdrm libinput \
|
pacman -S --noconfirm git meson clang wlroots0.17 libdrm libinput \
|
||||||
wayland-protocols cairo pango libxml2 xorg-xwayland librsvg \
|
wayland-protocols cairo pango libxml2 xorg-xwayland librsvg \
|
||||||
libdisplay-info
|
libdisplay-info
|
||||||
|
|
||||||
|
|
@ -91,7 +92,7 @@ jobs:
|
||||||
sed -i '' 's/quarterly/latest/' /etc/pkg/FreeBSD.conf
|
sed -i '' 's/quarterly/latest/' /etc/pkg/FreeBSD.conf
|
||||||
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 meson gcc pkgconf cairo pango evdev-proto \
|
pkg install -y git meson gcc pkgconf cairo pango evdev-proto \
|
||||||
hwdata wayland-protocols wlroots libdisplay-info
|
hwdata wayland-protocols wlroots017 libdisplay-info
|
||||||
run: echo "setup done"
|
run: echo "setup done"
|
||||||
|
|
||||||
- name: Install Void Linux dependencies
|
- name: Install Void Linux dependencies
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue