diff options
| author | Isaac Freund <mail@isaacfreund.com> | 2023-12-01 14:57:18 +0100 |
|---|---|---|
| committer | Isaac Freund <mail@isaacfreund.com> | 2023-12-01 17:29:05 +0100 |
| commit | 7ee6c79b6b5dd926497959cf80d1283749e30b5e (patch) | |
| tree | 7e2836454781e65f08b2e3934e0c86b3db18cc6e /.builds/alpine.yml | |
| parent | 50ccd4c5b3cd700bed09d26eb75552f08f9af262 (diff) | |
| download | river-7ee6c79b6b5dd926497959cf80d1283749e30b5e.tar.gz river-7ee6c79b6b5dd926497959cf80d1283749e30b5e.tar.xz | |
build: update to wlroots 0.17
Diffstat (limited to '.builds/alpine.yml')
| -rw-r--r-- | .builds/alpine.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 2cd5417..4b8dcf0 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -27,13 +27,13 @@ sources: tasks: - install_deps: | cd wayland - git checkout 1.21.0 + git checkout 1.22.0 meson setup build -Ddocumentation=false -Dtests=false --prefix /usr sudo ninja -C build install cd .. cd wlroots - git checkout 0.16.0 + git checkout 0.17.0 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 |
