From dc7732c16c29debef8bc2f4d85325804567171b5 Mon Sep 17 00:00:00 2001 From: speedie Date: Sat, 29 Jul 2023 17:51:46 +0200 Subject: [PATCH] Indent meson_options a bit --- meson_options.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index 6d10d9a..3825b82 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,13 +1,13 @@ -option('wayland', type : 'boolean', value : true, description : 'Enable Wayland support') -option('x11', type : 'boolean', value : true, description : 'Enable X11 support') -option('xinerama', type : 'boolean', value : true, description : 'Enable multi-monitor support using libXinerama') -option('imlib2', type : 'boolean', value : true, description : 'Enable image support') -option('openssl', type : 'boolean', value : true, description : 'Enable OpenSSL, used for image support') +option('wayland', type : 'boolean', value : true, description : 'Enable Wayland support') +option('x11', type : 'boolean', value : true, description : 'Enable X11 support') +option('xinerama', type : 'boolean', value : true, description : 'Enable multi-monitor support using libXinerama') +option('imlib2', type : 'boolean', value : true, description : 'Enable image support') +option('openssl', type : 'boolean', value : true, description : 'Enable OpenSSL, used for image support') option('xresources', type : 'boolean', value : true, description : 'Enable .Xresources/xrdb support') -option('fribidi', type : 'boolean', value : true, description : 'Enable Right-to-left language support') -option('libconfig', type : 'boolean', value : true, description : 'Enable configuration file support') -option('regex', type : 'boolean', value : true, description : 'Enable regex matching') -option('run', type : 'boolean', value : true, description : 'Install spmenu_run') -option('test', type : 'boolean', value : true, description : 'Install spmenu_test') -option('man', type : 'boolean', value : true, description : 'Install man page') -option('docs', type : 'boolean', value : true, description : 'Install documentation') +option('fribidi', type : 'boolean', value : true, description : 'Enable Right-to-left language support') +option('libconfig', type : 'boolean', value : true, description : 'Enable configuration file support') +option('regex', type : 'boolean', value : true, description : 'Enable regex matching') +option('run', type : 'boolean', value : true, description : 'Install spmenu_run') +option('test', type : 'boolean', value : true, description : 'Install spmenu_test') +option('man', type : 'boolean', value : true, description : 'Install man page') +option('docs', type : 'boolean', value : true, description : 'Install documentation')