mirror of https://github.com/mpv-player/mpv
build: disable pdf build by default
rst2pdf keeps having sporadic layouting failures, causing build failures.
This commit is contained in:
parent
44429544f5
commit
1ba03f6813
1
wscript
1
wscript
|
@ -53,6 +53,7 @@ build_options = [
|
||||||
'name': '--pdf-build',
|
'name': '--pdf-build',
|
||||||
'desc': 'pdf manual generation',
|
'desc': 'pdf manual generation',
|
||||||
'func': check_ctx_vars('RST2PDF'),
|
'func': check_ctx_vars('RST2PDF'),
|
||||||
|
'default': 'disable',
|
||||||
}, {
|
}, {
|
||||||
'name': 'libdl',
|
'name': 'libdl',
|
||||||
'desc': 'dynamic loader',
|
'desc': 'dynamic loader',
|
||||||
|
|
Loading…
Reference in New Issue