My attempt to fix GitHub failed builds

This commit is contained in:
Keith Bowes 2022-02-02 20:22:31 -05:00
parent be3d7618ff
commit 4c96f5eada

View file

@ -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