mirror of
https://github.com/swaywm/sway.git
synced 2026-04-14 08:22:08 -04:00
Fix build yml files
This commit is contained in:
parent
7c448b4081
commit
c3457de28a
3 changed files with 19 additions and 3 deletions
|
|
@ -12,7 +12,15 @@ packages:
|
|||
- gdk-pixbuf2
|
||||
sources:
|
||||
- https://git.sr.ht/~sircmpwn/sway
|
||||
- https://git.sr.ht/~sircmpwn/wlroots
|
||||
tasks:
|
||||
- wlroots: |
|
||||
cd wlroots
|
||||
mkdir build
|
||||
cd build
|
||||
meson --prefix=/usr ..
|
||||
ninja
|
||||
sudo ninja install
|
||||
- setup: |
|
||||
cd sway
|
||||
mkdir build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue