mirror of
https://github.com/wizbright/waybox.git
synced 2026-03-06 01:40:39 -05:00
Hopefully, allow GitHub to build wlroots with the XWayland backend
This commit is contained in:
parent
0b14c71dbb
commit
2fb2ce403e
2 changed files with 12 additions and 5 deletions
15
.build.yml
15
.build.yml
|
|
@ -1,20 +1,27 @@
|
||||||
image: archlinux
|
image: archlinux
|
||||||
packages:
|
packages:
|
||||||
# Packages needed by Waybox
|
# Base packages needed
|
||||||
- meson
|
- meson
|
||||||
- wayland
|
- wayland
|
||||||
- wayland-protocols
|
- wayland-protocols
|
||||||
- libxkbcommon
|
- libxkbcommon
|
||||||
|
# Packages needed by Waybox
|
||||||
- libxml2
|
- libxml2
|
||||||
# Packages needed for wlroots
|
# Packages needed for wlroots
|
||||||
- mesa
|
- mesa
|
||||||
- xorg-server-xwayland
|
|
||||||
- xcb-util-image
|
|
||||||
- libinput
|
|
||||||
- libdrm
|
- libdrm
|
||||||
- udev
|
- udev
|
||||||
- pixman
|
- pixman
|
||||||
- seatd
|
- seatd
|
||||||
|
# Packages needed for wlroots libinput backend
|
||||||
|
- libinput
|
||||||
|
# Packages needed for wlroots Xwayland support
|
||||||
|
- xorg-server-xwayland
|
||||||
|
- libxcb
|
||||||
|
- xcb-util-renderutil
|
||||||
|
- xcb-util-wm
|
||||||
|
- xcb-util-errors
|
||||||
|
- xcb-util-image
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/wizbright/waybox
|
- https://github.com/wizbright/waybox
|
||||||
- https://gitlab.freedesktop.org/wlroots/wlroots
|
- https://gitlab.freedesktop.org/wlroots/wlroots
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
wl_protocol_dir = wayland_protos.get_pkgconfig_variable('pkgdatadir')
|
wl_protocol_dir = wayland_protos.get_variable(pkgconfig: 'pkgdatadir')
|
||||||
|
|
||||||
wayland_scanner = find_program('wayland-scanner', version: '>= 1.15')
|
wayland_scanner = find_program('wayland-scanner', version: '>= 1.15')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue