Skip to content

Commit

Permalink
opus: disable docs option in meson fallback
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stéphane Cerveau committed Nov 26, 2020
1 parent 7565a0b commit 20d5413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/opus/meson.build
Expand Up @@ -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',
Expand Down

0 comments on commit 20d5413

Please sign in to comment.