build: update to wlroots 0.20

This commit is contained in:
Isaac Freund
2026-03-27 18:50:21 +01:00
parent bbdc47778d
commit 47b64bda73
11 changed files with 139 additions and 40 deletions

View File

@@ -28,7 +28,7 @@ sources:
tasks:
- install_deps: |
cd wlroots
git checkout 0.19.0
git checkout 0.20.0
meson setup build --auto-features=enabled -Drenderers=gles2 \
-Dcolor-management=disabled -Dlibliftoff=disabled \
-Dexamples=false -Dwerror=false -Db_ndebug=false \

View File

@@ -25,7 +25,7 @@ sources:
tasks:
- install_deps: |
cd wlroots
git checkout 0.19.0
git checkout 0.20.0
meson setup build --auto-features=enabled -Drenderers=gles2 \
-Dcolor-management=disabled -Dlibliftoff=disabled \
-Dexamples=false -Dwerror=false -Db_ndebug=false \

View File

@@ -31,7 +31,7 @@ sources:
tasks:
- install_deps: |
cd wlroots
git checkout 0.19.0
git checkout 0.20.0
meson setup build --auto-features=enabled -Drenderers=gles2 \
-Dallocators=gbm \
-Dcolor-management=disabled -Dlibliftoff=disabled \