mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2024-12-26 21:58:08 +01:00
parent
04f75e6acc
commit
b21913e11d
1 changed files with 7 additions and 0 deletions
|
@ -38,3 +38,10 @@ tasks:
|
|||
cd sway
|
||||
meson configure build -Dxwayland=disabled
|
||||
ninja -C build
|
||||
- build-static: |
|
||||
cd sway
|
||||
mkdir subprojects
|
||||
ln -s ../../wlroots subprojects/wlroots
|
||||
rm -rf build
|
||||
meson build --default-library=static --force-fallback-for=wlroots
|
||||
ninja -C build
|
||||
|
|
Loading…
Reference in a new issue