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