mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +00:00
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
This commit is contained in:
parent
3d47163919
commit
52859fba5c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue