From da9db1de20d55e4ba8c8e7427d9baf20acf7393a Mon Sep 17 00:00:00 2001 From: Juest Zungo Date: Tue, 20 May 2025 13:31:41 -0300 Subject: [PATCH] Do not bundle wdisplays by default for packaging reasons --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson_options.txt b/meson_options.txt index dfb6c57..3547f54 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,4 +1,4 @@ option('wf_shell', type: 'feature', value: 'auto', description: 'Build with wf-shell support') option('wayfire_config_file_path', type : 'string', value : '~/.config/wayfire.ini', description : 'Full path of wayfire config file') option('wf_shell_config_file_path', type : 'string', value : '~/.config/wf-shell.ini', description : 'Full path of wf-shell config file') -option('enable_wdisplays', type : 'boolean', value : 'true', description : 'Build wdisplays') +option('enable_wdisplays', type : 'boolean', value : 'false', description : 'Build wdisplays')