mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
My attempt to fix GitHub failed builds
This commit is contained in:
parent
be3d7618ff
commit
4c96f5eada
1 changed files with 9 additions and 2 deletions
11
.build.yml
11
.build.yml
|
|
@ -1,13 +1,20 @@
|
|||
image: archlinux
|
||||
packages:
|
||||
# Packages needed by Waybox
|
||||
- meson
|
||||
- wayland
|
||||
- wayland-protocols
|
||||
- libxkbcommon
|
||||
- libxml2
|
||||
# Packages needed for wlroots
|
||||
- mesa
|
||||
- xorg-server-xwayland
|
||||
- xcb-util-image
|
||||
- libinput
|
||||
- libxkbcommon
|
||||
- libxml2
|
||||
- libdrm
|
||||
- udev
|
||||
- pixman
|
||||
- seatd
|
||||
sources:
|
||||
- https://github.com/wizbright/waybox
|
||||
- https://gitlab.freedesktop.org/wlroots/wlroots
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue