summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-06-09 15:17:03 +0200
committerwm4 <wm4@nowhere>2014-06-09 15:17:03 +0200
commit9d3232e058aa2f071d758996c9425df0a3f7083d (patch)
tree9a19ee88c6fde04785f550f77f21895ac2b5f644
parentce0bf5e7dd211fdf03c8091edc70c83773ade63d (diff)
downloadmpv-9d3232e058aa2f071d758996c9425df0a3f7083d.tar.bz2
mpv-9d3232e058aa2f071d758996c9425df0a3f7083d.tar.xz
build: disable zsh completions by default, fixes e.g. cross compilation
The Perl script generating the completions actually invokes mpv, and it runs during the build. This is not sane and breaks at least cross compilation. As a workaround, disable the completions by default for now.
-rw-r--r--wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript b/wscript
index 4c0b8fbaab..7351d3bf84 100644
--- a/wscript
+++ b/wscript
@@ -61,6 +61,7 @@ build_options = [
'name': '--zsh-comp',
'desc': 'zsh completion',
'func': check_true,
+ 'default': 'disable',
}, {
'name': '--macosx-bundle',
'desc': 'compilation of a Mac OS X Application bundle',