[gedit/zbrown/deteplification-src: 7/633] build: small improvements to meson_options.txt




commit 61b8e5a0605efb3c636da953fc2543ddc88764cd
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Tue Nov 12 13:16:16 2019 +0100

    build: small improvements to meson_options.txt

 meson_options.txt | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/meson_options.txt b/meson_options.txt
index 90803fae7..23471e6e0 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,9 +1,10 @@
 option('introspection',
        type: 'boolean', value: true,
-       description: 'Generate introspection data (requires gobject-introspection)')
+       description: 'Generate GObject Introspection data (requires gobject-introspection)')
+
 option('vapi',
        type: 'boolean', value: true,
-       description: 'Generate vapi data (requires vapigen)')
+       description: 'Generate vapi data for Vala (requires vapigen)')
 
 option('plugins',
        type: 'boolean', value: true,
@@ -11,8 +12,8 @@ option('plugins',
 
 option('documentation',
        type: 'boolean', value: false,
-       description: 'Build reference manual (requires gtk-doc)')
+       description: 'Build API reference for plugins (requires gtk-doc)')
 
 option('enable-gvfs-metadata',
-        type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
-        description: 'Enable using gvfs to store 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]