aboutsummaryrefslogtreecommitdiff
path: root/wayland
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-09-10 01:15:57 +0300
committerCem Keylan <cem@ckyln.com>2021-09-10 01:15:57 +0300
commit82946a8d7aab8d525d84dd0dfc2de313fd3a53de (patch)
tree7ba5b9082c4905d49e4d432488cfc5008654a488 /wayland
parente882ab5dc5aaf6b75bf078810daa02ce292161d5 (diff)
downloadrepository-82946a8d7aab8d525d84dd0dfc2de313fd3a53de.tar.gz
wlroots: enable gles2
Diffstat (limited to 'wayland')
-rwxr-xr-xwayland/wlroots/build1
1 files changed, 1 insertions, 0 deletions
diff --git a/wayland/wlroots/build b/wayland/wlroots/build
index 3f1bbec2..e92a1ff4 100755
--- a/wayland/wlroots/build
+++ b/wayland/wlroots/build
@@ -7,6 +7,7 @@ cl-meson \
-Dexamples=false \
-Dxwayland=enabled \
-Dx11-backend=enabled \
+ -Drenderers=gles2 \
. build
ninja -C build