mirror of
https://github.com/wizbright/waybox.git
synced 2026-03-17 05:34:04 -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
|
image: archlinux
|
||||||
packages:
|
packages:
|
||||||
|
# Packages needed by Waybox
|
||||||
- meson
|
- meson
|
||||||
- wayland
|
- wayland
|
||||||
- wayland-protocols
|
- wayland-protocols
|
||||||
|
- libxkbcommon
|
||||||
|
- libxml2
|
||||||
|
# Packages needed for wlroots
|
||||||
|
- mesa
|
||||||
- xorg-server-xwayland
|
- xorg-server-xwayland
|
||||||
- xcb-util-image
|
- xcb-util-image
|
||||||
- libinput
|
- libinput
|
||||||
- libxkbcommon
|
- libdrm
|
||||||
- libxml2
|
- udev
|
||||||
|
- pixman
|
||||||
|
- seatd
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/wizbright/waybox
|
- https://github.com/wizbright/waybox
|
||||||
- https://gitlab.freedesktop.org/wlroots/wlroots
|
- https://gitlab.freedesktop.org/wlroots/wlroots
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue