mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
[revert later] CI: allow compiling wlroots as subproject
This commit is contained in:
parent
7f67b9c866
commit
8583637331
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -94,6 +94,7 @@ jobs:
|
|||
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
|
||||
|
||||
- name: Install FreeBSD dependencies
|
||||
if: matrix.name == 'FreeBSD'
|
||||
|
|
@ -120,7 +121,7 @@ jobs:
|
|||
xbps-install -y git meson gcc clang pkg-config scdoc \
|
||||
cairo-devel glib-devel libpng-devel librsvg-devel libxml2-devel \
|
||||
pango-devel wlroots0.19-devel gdb bash xorg-server-xwayland \
|
||||
dejavu-fonts-ttf libsfdo-devel foot
|
||||
dejavu-fonts-ttf libsfdo-devel foot hwids
|
||||
|
||||
# These builds are executed on all runners
|
||||
- name: Build with gcc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue