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:
Stéphane Cerveau 2020-11-26 17:37:01 +01:00
parent 7565a0b997
commit 20d541368a

View file

@ -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',