mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
Require wlroots 0.17.0
This commit is contained in:
parent
7fb889d171
commit
bceafa5b6b
18 changed files with 305 additions and 400 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -17,8 +17,8 @@ jobs:
|
|||
- name: packages
|
||||
run: |
|
||||
apk add clang gcc libevdev-dev libinput-dev libxkbcommon-dev libxml2-dev meson musl-dev wayland-dev wayland-protocols wlroots-dev xwayland
|
||||
# actions/checkout@v3 clones the repository
|
||||
- uses: actions/checkout@v3
|
||||
# actions/checkout@v4 clones the repository
|
||||
- uses: actions/checkout@v4
|
||||
- name: build-gcc
|
||||
run: |
|
||||
CC=gcc meson setup build-gcc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue