[gedit] build: small improvements to meson_options.txt
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] build: small improvements to meson_options.txt
- Date: Tue, 12 Nov 2019 12:40:52 +0000 (UTC)
commit f9f16cf46e27c4eeab724d9025d73b2a861d22d1
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]