projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d47163
)
Disable gst-sharp by default, as it is not guaranteed to build
author
Tim-Philipp Müller
<tim@centricular.com>
Thu, 12 Jul 2018 23:11:41 +0000
(
00:11
+0100)
committer
Tim-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
patch
|
blob
|
history
diff --git
a/meson_options.txt
b/meson_options.txt
index bf55972861d5f301b31fc8c4b7fc5fe75650eb9e..3e5d35de92301ee004218dfb7ce43ab207f575b0 100644
(file)
--- 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