From 033695da646f4399b42f1d8c8d8b8a2a5c7f27f2 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Wed, 15 Sep 2021 18:44:36 +0200 Subject: [PATCH] build: disable unused wlroots backends and renderers --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 660da5e..8209541 100644 --- a/meson.build +++ b/meson.build @@ -47,7 +47,7 @@ wlroots_dep = dependency( 'wlroots', version: ['>= 0.15.0', '< 0.16.0'], fallback: ['wlroots', 'wlroots'], - default_options: ['default_library=static', 'examples=false', 'xwayland=enabled'], + default_options: ['default_library=static', 'examples=false', 'xwayland=enabled', 'backends=libinput', 'renderers=[]'], ) wlroots_has_xwayland = wlroots_dep.get_variable(pkgconfig: 'have_xwayland', internal: 'have_xwayland') == 'true'