diff options
author | Max Kellermann <max@musicpd.org> | 2018-01-19 11:32:34 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-01-19 11:32:40 +0100 |
commit | 823134e4ba741312086010d6859c852f2be126e2 (patch) | |
tree | 29c716f5038844d2919cc7f55fbb35cead0420a6 /python/build/libs.py | |
parent | 272167b4fcc0c76dc3870b33c4246a00ab724968 (diff) |
python/build/libs.py: disable Opus documentation and extra programs
Diffstat (limited to 'python/build/libs.py')
-rw-r--r-- | python/build/libs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/build/libs.py b/python/build/libs.py index a4de2e2a3..ad6d15fe3 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -29,6 +29,8 @@ opus = AutotoolsProject( 'lib/libopus.a', [ '--disable-shared', '--enable-static', + '--disable-doc', + '--disable-extra-programs', ], # suppress "visibility default" from opus_defines.h |