From 9f1b6ed601b4f55a852f2ba7ebb67f2cbca26658 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Mon, 23 Feb 2026 10:01:37 -0800 Subject: [PATCH] Default X11 building to false --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index b386907..6638add 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -13,5 +13,5 @@ option('systemd', type: 'boolean', value: true, option('systemduserunitdir', type: 'string', value: '', description : 'Custom directory for systemd user units') -option('x11', type: 'boolean', value: true, +option('x11', type: 'boolean', value: false, description: 'Install X11 session')