mirror of
https://github.com/wizbright/waybox.git
synced 2025-10-29 05:40:20 -04:00
Adding build file
This commit is contained in:
parent
256761cb08
commit
955b86c494
1 changed files with 24 additions and 0 deletions
24
.build.yaml
Normal file
24
.build.yaml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
image: archlinux
|
||||
packages:
|
||||
- meson
|
||||
- wayland
|
||||
- wayland-protocols
|
||||
- xorg-server-xwayland
|
||||
- xcb-util-image
|
||||
- libinput
|
||||
- libxkbcommon
|
||||
sources:
|
||||
- https://github.com/wizbright/waybox
|
||||
- https://github.com/swaywm/wlroots
|
||||
tasks:
|
||||
- wlroots: |
|
||||
cd wlroots
|
||||
meson --prefix=/usr build
|
||||
ninja -C build
|
||||
sudo ninja -C build install
|
||||
- setup: |
|
||||
cd waybox
|
||||
meson build
|
||||
- build: |
|
||||
cd waybox
|
||||
ninja -C build
|
||||
Loading…
Add table
Add a link
Reference in a new issue