Disable gst-sharp by default, as it is not guaranteed to build
authorTim-Philipp Müller <tim@centricular.com>
Thu, 12 Jul 2018 23:11:41 +0000 (00:11 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Thu, 12 Jul 2018 23:11:41 +0000 (00:11 +0100)
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

meson_options.txt

index bf55972861d5f301b31fc8c4b7fc5fe75650eb9e..3e5d35de92301ee004218dfb7ce43ab207f575b0 100644 (file)
@@ -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