From 3cd096e0c43a092f11f8ae539773ee9108260c54 Mon Sep 17 00:00:00 2001 From: "Enrico Weigelt, metux IT consult" Date: Fri, 20 Sep 2024 20:18:41 +0200 Subject: [PATCH] meson: always compile rootless library Always compile (but not linking) the rootless library, for giving it some compile test coverage. Signed-off-by: Enrico Weigelt, metux IT consult --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 35f84ff07..379b9ddb6 100644 --- a/meson.build +++ b/meson.build @@ -280,7 +280,7 @@ else build_xquartz = get_option('xquartz') == 'true' endif -build_rootless = false +build_rootless = true if build_xquartz build_rootless = true endif