diff options
author | Cem Keylan <cem@ckyln.com> | 2021-12-18 13:36:34 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-12-18 13:36:34 +0100 |
commit | 7d37d59f1a3b0134daca49ac76aacee51aada157 (patch) | |
tree | 5a90550e6882f79696f583e11b5fa2d004c240c2 /wayland/wlroots/build | |
parent | 3796a8e9dc592e178e0c5f4807938ede5995a1e8 (diff) | |
download | repository-7d37d59f1a3b0134daca49ac76aacee51aada157.tar.gz |
wlroots: bump to 0.15.0
Diffstat (limited to 'wayland/wlroots/build')
-rwxr-xr-x | wayland/wlroots/build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wayland/wlroots/build b/wayland/wlroots/build index e92a1ff4..5b6e34ad 100755 --- a/wayland/wlroots/build +++ b/wayland/wlroots/build @@ -6,7 +6,7 @@ cl-meson \ --default-library=both \ -Dexamples=false \ -Dxwayland=enabled \ - -Dx11-backend=enabled \ + -Dbackends=drm,libinput,x11 \ -Drenderers=gles2 \ . build |