diff options
| author | Isaac Freund <mail@isaacfreund.com> | 2024-01-01 22:48:38 -0600 |
|---|---|---|
| committer | Isaac Freund <mail@isaacfreund.com> | 2024-01-01 22:55:15 -0600 |
| commit | 3aba3abbcd6a3e32ec9a0bd95529f9e19399c662 (patch) | |
| tree | b4f631e7bf4156d186cd57a128edf8aa24bb99c1 /.builds/alpine.yml | |
| parent | a128a574a4c19d0d33337449814b76b95953da68 (diff) | |
| download | river-3aba3abbcd6a3e32ec9a0bd95529f9e19399c662.tar.gz river-3aba3abbcd6a3e32ec9a0bd95529f9e19399c662.tar.xz | |
build: require at least wlroots 0.17.1
There are enough bugs fixed in 0.17.1 which are relevant to river that I
think it's worthwhile to refuse to compile against 0.17.1.
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 a33be10..3ab38c4 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -34,7 +34,7 @@ tasks: cd .. cd wlroots - git checkout 0.17.0 + git checkout 0.17.1 meson setup build --auto-features=enabled -Drenderers=gles2 -Dexamples=false \ -Dwerror=false -Db_ndebug=false -Dxcb-errors=disabled --prefix /usr sudo ninja -C build/ install |
