opus: disable docs option in meson fallback
As the docs are not necessary, no need to keep it enabled. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/943>
This commit is contained in:
parent
7565a0b997
commit
20d541368a
@ -7,7 +7,7 @@ opus_sources = [
|
||||
]
|
||||
|
||||
opus_dep = dependency('opus', version: '>= 0.9.4', required: get_option('opus'),
|
||||
fallback: ['opus', 'opus_dep'])
|
||||
fallback: ['opus', 'opus_dep'], default_options: ['docs=disabled'])
|
||||
|
||||
if opus_dep.found()
|
||||
gstopus = library('gstopus',
|
||||
|
Loading…
x
Reference in New Issue
Block a user