summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-02 12:06:06 +0100
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-02-03 14:36:36 +0900
commitbae322888d2728adf163d3bac05e7c325310fac2 (patch)
tree14bf0732328b3fd13628efc2d70b43b1015ff6d7
parent405113bb51bde13cdc060cf2a5807e60c1369437 (diff)
downloadmpv-bae322888d2728adf163d3bac05e7c325310fac2.tar.bz2
mpv-bae322888d2728adf163d3bac05e7c325310fac2.tar.xz
build: disable pdf build by default
rst2pdf keeps having sporadic layouting failures, causing build failures.
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 16c8be9a8d..b4b0bd5faf 100644
--- a/wscript
+++ b/wscript
@@ -53,6 +53,7 @@ build_options = [
'name': '--pdf-build',
'desc': 'pdf manual generation',
'func': check_ctx_vars('RST2PDF'),
+ 'default': 'disable',
}, {
'name': 'libdl',
'desc': 'dynamic loader',