[devhelp] build: more readable meson_options.txt



commit 6395b6bcd6bd4e37add5a2e6431caf812207a832
Author: Sébastien Wilmet <sw swilmet be>
Date:   Sun Jan 10 16:54:59 2021 +0100

    build: more readable meson_options.txt

 meson_options.txt | 13 +++++++++++--
 1 file changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 1c26eb9e..ba707601 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,2 +1,11 @@
-option('flatpak_build', type: 'boolean', value: false, description: 'Flatpak build mode')
-option('gtk_doc', type: 'boolean', value: false, description: 'Build the API reference')
+option(
+  'flatpak_build',
+  type: 'boolean', value: false,
+  description: 'Flatpak build mode'
+)
+
+option(
+  'gtk_doc',
+  type: 'boolean', value: false,
+  description: 'Build the API reference'
+)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]