summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-08-17 16:59:40 +0200
committerMax Kellermann <max@musicpd.org>2018-08-17 17:13:39 +0200
commitdee591d970acf0c00f34820477fa4e509167ac08 (patch)
tree3fe282d7795a2a4932b878ad3b9e1b30904b1d9a /python
parenta5cc13b0c5327ab742e2d3a66de63e1d0e02e7a6 (diff)
python/build/libs.py: disable expat documentation
Diffstat (limited to 'python')
-rw-r--r--python/build/libs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/build/libs.py b/python/build/libs.py
index 04e14e829..6d647cdaa 100644
--- a/python/build/libs.py
+++ b/python/build/libs.py
@@ -370,6 +370,7 @@ libexpat = AutotoolsProject(
'lib/libexpat.a',
[
'--disable-shared', '--enable-static',
+ '--without-docbook',
],
)