summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>2017-03-08 00:31:26 +0100
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>2017-03-08 00:36:03 +0100
commit95d525f43a5a729c46b07662bf7fccc15da154f7 (patch)
treedfe00133c9e18c81c9b7d6ce7308809619ee4be9 /meson_options.txt
parent9335ccae003ee2678e4ec7b2bd6a2894aecbcfca (diff)
downloadgstreamer-95d525f43a5a729c46b07662bf7fccc15da154f7.tar.gz
Enable custom subprojects option
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index ddcc13f50d..fc73eb84fc 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -7,3 +7,4 @@ 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('custom_subprojects', type : 'string', value : '', description : 'Comma-separated project names')