From fcde3251be918c1cfc79a405be878d2a755da3d1 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 24 Jul 2021 07:00:38 +0300 Subject: [PATCH] wlroots: explicit gles2. See #298 --- wayland/wlroots/build | 1 + 1 file changed, 1 insertion(+) diff --git a/wayland/wlroots/build b/wayland/wlroots/build index a40a4b05..f59a7f53 100755 --- a/wayland/wlroots/build +++ b/wayland/wlroots/build @@ -6,6 +6,7 @@ meson \ -Dexamples=false \ -Dxcb-errors=disabled \ -Dx11-backend=disabled \ + -Drenderers=gles2 \ . build ninja -C build