From 787842c459a891bdf0c435ee4fc22ff371fe1f60 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 25 Jun 2021 15:36:38 +0200 Subject: [PATCH] ci: remove -Dlibseat from Alpine build This build option doesn't exist anymore. --- .builds/alpine.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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