mirror of
https://github.com/labwc/labwc.git
synced 2026-06-13 14:33:18 -04:00
CI: Debian Testing temporary labwc removal due to wlroots transition
This commit is contained in:
parent
f0dbad27fc
commit
004d12176b
1 changed files with 9 additions and 3 deletions
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
|
|
@ -92,9 +92,15 @@ jobs:
|
|||
sed -i '/^Types/ s/deb/& deb-src/' /etc/apt/sources.list.d/debian.sources
|
||||
apt-get update
|
||||
apt-get upgrade -y
|
||||
apt-get install -y git gcc clang gdb xwayland
|
||||
apt-get build-dep -y labwc
|
||||
apt-get build-dep -y libwlroots-0.19-dev
|
||||
apt-get install -y git gcc clang gdb xwayland meson pkgconf
|
||||
apt-get build-dep -y libwlroots-0.20-dev
|
||||
# Debian Testing temporarily removed labwc due to wlroots 0.20 transition
|
||||
# apt-get build-dep -y labwc
|
||||
# Thus install the deps manually
|
||||
apt-get install -y libxml2-dev liblzma-dev libglib2.0-dev \
|
||||
libcairo2-dev libpango1.0-dev libinput-dev libpng-dev \
|
||||
librsvg2-dev wayland-protocols libxkbcommon-dev libdrm-dev \
|
||||
scdoc gettext libsfdo-dev
|
||||
|
||||
- name: Install FreeBSD dependencies
|
||||
if: matrix.name == 'FreeBSD'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue