opus: disable docs option in meson fallback
authorStéphane Cerveau <scerveau@collabora.com>
Thu, 26 Nov 2020 16:37:01 +0000 (17:37 +0100)
committerStéphane Cerveau <scerveau@collabora.com>
Thu, 26 Nov 2020 16:37:01 +0000 (17:37 +0100)
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>

ext/opus/meson.build

index 130c92d..cca4a3b 100644 (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',