summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-05-21 11:35:05 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-05-21 11:35:05 +0100
commitd3bd3e04004d682a8c5f07e69fb20f61dc5a8871 (patch)
tree08e5c3d0f8615d3bbfc418c114c2e4b271e8b131 /meson_options.txt
parent9c92ae89c7794d781eb3e953be53ca8b2ff99757 (diff)
downloadgstreamer-plugins-base-d3bd3e04004d682a8c5f07e69fb20f61dc5a8871.tar.gz
meson: add install_plugins_helper option
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 7b493dcdb..425f5d08a 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -14,6 +14,8 @@ option('opengl_module_name', type : 'string', value : '',
description : 'The file to pass to g_module_open to open the libGL library (default: libGL)')
option('gles2_module_name', type : 'string', value : '',
description : 'The file to pass to g_module_open to open the libGLESv2 library (default: libGLESv2)')
+option('install_plugins_helper', type: 'string', value: '',
+ description: 'Path of distro helper script to call to install missing plugins')
# Common options
option('orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto', yield : true)