summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2020-09-29 12:51:29 +0200
committerBastien Nocera <hadess@hadess.net>2020-09-29 13:21:28 +0200
commitff35bc0aa661ea609143edfcdf58a2c7d3d9c973 (patch)
tree126a7584c87adcd4ce68b18f4c949b880efd293d
parentfda52e8ed09f8f7df2247ae5f7a8409dba1b38df (diff)
downloadtotem-pl-parser-ff35bc0aa661ea609143edfcdf58a2c7d3d9c973.tar.gz
build: Disable quvi support by default
Upstream is dead (last upstream change in 2016), and it doesn't compile with lua 5.4.
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 0fea01b..81a02ba 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,4 +1,4 @@
-option('enable-quvi', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
+option('enable-quvi', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'no',
description : 'Enable libquvi support.')
option('enable-libarchive', type: 'combo', choices : ['yes', 'no', 'auto'], value : 'auto',
description : 'Enable libarchive support.')