diff options
Diffstat (limited to 'wayland/wlroots/build')
-rwxr-xr-x | wayland/wlroots/build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wayland/wlroots/build b/wayland/wlroots/build index e92a1ff4..06b86f6a 100755 --- a/wayland/wlroots/build +++ b/wayland/wlroots/build @@ -4,10 +4,12 @@ export DESTDIR="$1" cl-meson \ --default-library=both \ + -Db_lto=true \ -Dexamples=false \ -Dxwayland=enabled \ - -Dx11-backend=enabled \ + -Dbackends=drm,libinput,x11 \ -Drenderers=gles2 \ + -Dsession=enabled \ . build ninja -C build |