From 00ec4d4cd53c684d65c69c1b5419556fe295d62c Mon Sep 17 00:00:00 2001 From: Gediminas Jakutis Date: Tue, 17 Dec 2019 16:30:23 +0200 Subject: meson: reformat meson options (cosmetic). Signed-off-by: Gediminas Jakutis --- meson_options.txt | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/meson_options.txt b/meson_options.txt index d39f677..0e1aca4 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,3 +1,12 @@ -option('static', type : 'boolean', value : false, description : 'Enable building a static library') -option('shared', type : 'boolean', value : false, description : 'Enable building a dynamic library') -option('tests', type : 'boolean', value : false, description : 'Enable building and running tests') +option('static', + type : 'boolean', + value : false, + description : 'Enable building a static library') +option('shared', + type : 'boolean', + value : false, + description : 'Enable building a dynamic library') +option('tests', + type : 'boolean', + value : false, + description : 'Enable building and running tests') -- cgit v1.2.3