mirror of
https://github.com/swaywm/sway.git
synced 2025-10-29 05:40:18 -04:00
build: switch to explicit 'meson setup' syntax
This commit is contained in:
parent
d9e615c507
commit
b4a9a1716f
31 changed files with 34 additions and 34 deletions
|
|
@ -26,12 +26,12 @@ sources:
|
|||
tasks:
|
||||
- wlroots: |
|
||||
cd wlroots
|
||||
meson --prefix=/usr build -Dexamples=false
|
||||
meson setup --prefix=/usr build -Dexamples=false
|
||||
ninja -C build
|
||||
sudo ninja -C build install
|
||||
- setup: |
|
||||
cd sway
|
||||
meson build --fatal-meson-warnings -Dauto_features=enabled -Dsd-bus-provider=libsystemd
|
||||
meson setup build --fatal-meson-warnings -Dauto_features=enabled -Dsd-bus-provider=libsystemd
|
||||
- build: |
|
||||
cd sway
|
||||
ninja -C build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue