diff options
author | Kenny Levinsen <kl@kl.wtf> | 2020-07-25 21:53:06 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-08-24 11:13:55 +0200 |
commit | bad1e9afa8ea7d8927c8b4df83d3f277379dd54e (patch) | |
tree | a5f655d5b3fa824e12a1429ec4c8e49ab53f2cc9 /.builds/alpine.yml | |
parent | 9feeb2738dfc5a2b07a817938cef9d553d0a26ee (diff) |
session: Add libseat backend
Diffstat (limited to '.builds/alpine.yml')
-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 13221d25..402f72f6 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -16,7 +16,7 @@ sources: tasks: - setup: | cd wlroots - meson build -Dauto_features=enabled -Dlogind=disabled -Dxcb-errors=disabled + meson build -Dauto_features=enabled -Dlogind=disabled -Dlibseat=disabled -Dxcb-errors=disabled - build: | cd wlroots ninja -C build |