[gedit/zbrown/deteplification-src: 194/633] build: follow meson coding style for meson_options.txt
- From: Zander Brown <zbrown src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/zbrown/deteplification-src: 194/633] build: follow meson coding style for meson_options.txt
- Date: Sat, 10 Apr 2021 12:47:58 +0000 (UTC)
commit d067363c6dea38024ccd838c6f28e2d72d7180ed
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sat Mar 14 18:52:31 2020 +0100
build: follow meson coding style for meson_options.txt
meson_options.txt | 25 ++++++++++++++++---------
1 file changed, 16 insertions(+), 9 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 6f1fe9a8e..40ac14a82 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,12 +1,19 @@
-option('gtk_doc',
- type: 'boolean', value: false,
- description: 'Build API reference for plugins (requires gtk-doc)')
+option(
+ 'gtk_doc',
+ type: 'boolean', value: false,
+ description: 'Build API reference for plugins (requires gtk-doc)'
+)
# This option exists for the developers, to speed up the install.
-option('user_documentation',
- type: 'boolean', value: true,
- description: 'Build user documentation')
+option(
+ 'user_documentation',
+ type: 'boolean', value: true,
+ description: 'Build user documentation'
+)
-option('enable-gvfs-metadata',
- type: 'combo', choices: ['yes', 'no', 'auto'], value: 'auto',
- description: 'Enable using gvfs to store metadata')
+option(
+ 'enable-gvfs-metadata',
+ type: 'combo',
+ choices: ['yes', 'no', 'auto'], value: 'auto',
+ description: 'Enable using gvfs to store metadata'
+)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]