aboutsummaryrefslogtreecommitdiff
path: root/.builds/alpine.yml
diff options
context:
space:
mode:
authorIsaac Freund <mail@isaacfreund.com>2023-12-01 14:57:18 +0100
committerIsaac Freund <mail@isaacfreund.com>2023-12-01 17:29:05 +0100
commit7ee6c79b6b5dd926497959cf80d1283749e30b5e (patch)
tree7e2836454781e65f08b2e3934e0c86b3db18cc6e /.builds/alpine.yml
parent50ccd4c5b3cd700bed09d26eb75552f08f9af262 (diff)
downloadriver-7ee6c79b6b5dd926497959cf80d1283749e30b5e.tar.gz
river-7ee6c79b6b5dd926497959cf80d1283749e30b5e.tar.xz
build: update to wlroots 0.17
Diffstat (limited to '.builds/alpine.yml')
-rw-r--r--.builds/alpine.yml4
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