diff options
author | Max Kellermann <max@musicpd.org> | 2018-01-19 11:38:18 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-01-19 11:38:24 +0100 |
commit | a53d081c39b592f71859d4b22536a8a8c60906e8 (patch) | |
tree | 325d4be63fd330bec3c3cc744a6add753d91e738 /python/build | |
parent | 823134e4ba741312086010d6859c852f2be126e2 (diff) |
python/build/libs.py: disable libFLAC API documentation
Diffstat (limited to 'python/build')
-rw-r--r-- | python/build/libs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/build/libs.py b/python/build/libs.py index ad6d15fe3..b4cb2a55a 100644 --- a/python/build/libs.py +++ b/python/build/libs.py @@ -44,6 +44,7 @@ flac = AutotoolsProject( [ '--disable-shared', '--enable-static', '--disable-xmms-plugin', '--disable-cpplibs', + '--disable-doxygen-docs', ], ) |