summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2017-04-10 17:36:30 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2017-04-11 12:05:20 -0300
commitc071855c48f756b90aa5bfc19945b54fd8b3d40f (patch)
tree23ef63e89cff5846f913023d1dec3b5d6dcad2c4 /meson_options.txt
parentaf5ee95a5b4a98458a1b3a460947102875769a1c (diff)
downloadgstreamer-c071855c48f756b90aa5bfc19945b54fd8b3d40f.tar.gz
Allow disabling introspection from toplevel gst-build
https://bugzilla.gnome.org/show_bug.cgi?id=781148
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index fc73eb84fc..65ebe13a45 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -7,4 +7,7 @@ option('disable_gst_editing_services', type : 'boolean', value : false)
option('disable_rtsp_server', type : 'boolean', value : false)
option('disable_gst_omx', type : 'boolean', value : true)
option('disable_gstreamer_vaapi', type : 'boolean', value : false)
+option('disable_introspection',
+ type : 'boolean', value : false,
+ description : 'Whether to disable the introspection generation')
option('custom_subprojects', type : 'string', value : '', description : 'Comma-separated project names')