From 7656b3f2f5f25d94ce6647e2a7b2491843291ffb Mon Sep 17 00:00:00 2001 From: Xtr126 <80520774+Xtr126@users.noreply.github.com> Date: Tue, 30 Apr 2024 18:37:13 +0530 Subject: [PATCH] enable only x11 backend for wlroots --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index e3d5362..aaff785 100644 --- a/meson.build +++ b/meson.build @@ -37,7 +37,7 @@ endif wlroots_proj = subproject( 'wlroots', - default_options: ['examples=false', 'xwayland=disabled'], + default_options: ['examples=false', 'xwayland=disabled', 'backends=x11'], ) wlroots = wlroots_proj.get_variable('wlroots')