diff options
author | Cem Keylan <cem@ckyln.com> | 2021-09-10 01:15:57 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-09-10 01:15:57 +0300 |
commit | 82946a8d7aab8d525d84dd0dfc2de313fd3a53de (patch) | |
tree | 7ba5b9082c4905d49e4d432488cfc5008654a488 /wayland/wlroots | |
parent | e882ab5dc5aaf6b75bf078810daa02ce292161d5 (diff) | |
download | repository-82946a8d7aab8d525d84dd0dfc2de313fd3a53de.tar.gz |
wlroots: enable gles2
Diffstat (limited to 'wayland/wlroots')
-rwxr-xr-x | wayland/wlroots/build | 1 |
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 |