summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-07-25 19:36:20 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2018-07-27 15:24:06 +0530
commiteaf17bfff444adc5ec5b00f201e596d374ff074f (patch)
tree3c30f0c2f2159d0700c9f4fc7ea730e39ce828da /meson_options.txt
parent7ec215b509b27ab87fa60f4cff5d93f8c642839b (diff)
downloadgstreamer-eaf17bfff444adc5ec5b00f201e596d374ff074f.tar.gz
Convert common meson options to feature options
These changes have been mirrored in all subproject repositories. https://bugzilla.gnome.org/show_bug.cgi?id=795107
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt7
1 files changed, 3 insertions, 4 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 3e5d35de92..be891a3b62 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -11,7 +11,6 @@ option('sharp', type : 'feature', value : 'disabled')
option('custom_subprojects', type : 'string', value : '', description : 'Comma-separated project names')
# Common options, automatically inherited by subprojects
-option('gtk_doc', type : 'boolean', value : true,
- description : 'Generate API documentation with gtk-doc')
-option('introspection', type : 'boolean', value : true,
- description : 'Whether to disable the introspection generation')
+option('examples', type : 'feature', value : 'auto', description : 'Build examples')
+option('gtk_doc', type : 'feature', value : 'auto', description : 'Generate API documentation with gtk-doc')
+option('introspection', type : 'feature', value : 'auto', description : 'Generate introspection data')