summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript5
1 files changed, 5 insertions, 0 deletions
diff --git a/wscript b/wscript
index 0a5bf61157..a61c478e11 100644
--- a/wscript
+++ b/wscript
@@ -377,6 +377,11 @@ iconv support use --disable-iconv.",
'desc': 'VapourSynth filter bridge (Lazy Lua)',
'deps': ['vapoursynth-core', 'lua'],
'func': check_true,
+ }, {
+ 'name': '--libarchive',
+ 'desc': 'libarchive wrapper for reading zip files and more',
+ 'func': check_pkg_config('libarchive >= 3.0.0'),
+ 'default': 'disable',
}
]