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
579e532908
commit
78227f1724
1 changed files with 9 additions and 4 deletions
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
|
|
@ -93,10 +93,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 build-dep -y libxkbcommon-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
|
||||
# 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 libwlroots-0.20-dev libsfdo-dev
|
||||
|
||||
- name: Install FreeBSD dependencies
|
||||
if: matrix.name == 'FreeBSD'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue