mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-05 13:05:59 +01:00
ci: remove -Dlibseat from Alpine build
This build option doesn't exist anymore.
This commit is contained in:
parent
31db232704
commit
787842c459
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ sources:
|
|||
tasks:
|
||||
- setup: |
|
||||
cd wlroots
|
||||
meson build --default-library=both -Dauto_features=enabled -Dlibseat=disabled -Dxcb-errors=disabled
|
||||
meson build --default-library=both -Dauto_features=enabled -Dxcb-errors=disabled
|
||||
- build: |
|
||||
cd wlroots
|
||||
ninja -C build
|
||||
|
|
Loading…
Reference in a new issue