diff options
author | Simon Ser <contact@emersion.fr> | 2021-06-25 15:36:38 +0200 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2021-06-25 10:01:25 -0400 |
commit | 787842c459a891bdf0c435ee4fc22ff371fe1f60 (patch) | |
tree | 1593791b66b7de569687157f8ee268b0700ad3b1 | |
parent | 31db23270426e47ca6487997ef3af25474593802 (diff) |
ci: remove -Dlibseat from Alpine build
This build option doesn't exist anymore.
-rw-r--r-- | .builds/alpine.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml index f13c892f..36227c48 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -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 |