summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-07-13 00:11:41 +0100
committerTim-Philipp Müller <tim@centricular.com>2018-07-13 00:11:41 +0100
commit52859fba5c81e47548b350d09a614b131107d918 (patch)
treef532b9639ef3ef8cf303f5e26ba8e7410a1b3d52 /meson_options.txt
parent3d471639194dea07834b0edbfc77baf238de017d (diff)
downloadgstreamer-52859fba5c81e47548b350d09a614b131107d918.tar.gz
Disable gst-sharp by default, as it is not guaranteed to build
Can be re-enabled again if we check for all direct and indirect hard deps before including it. subprojects\gtk-sharp\Source\meson.build:40:0: ERROR: Program(s) ['gacutil'] not found or not executable
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index bf55972861..3e5d35de92 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -7,7 +7,7 @@ option('ges', type : 'feature', value : 'auto')
option('rtsp_server', type : 'feature', value : 'auto')
option('omx', type : 'feature', value : 'disabled')
option('vaapi', type : 'feature', value : 'auto')
-option('sharp', type : 'feature', value : 'auto')
+option('sharp', type : 'feature', value : 'disabled')
option('custom_subprojects', type : 'string', value : '', description : 'Comma-separated project names')
# Common options, automatically inherited by subprojects