[totem-pl-parser/wip/hadess/videosite: 1/3] build: Disable quvi support by default




commit ff35bc0aa661ea609143edfcdf58a2c7d3d9c973
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Sep 29 12:51:29 2020 +0200

    build: Disable quvi support by default
    
    Upstream is dead (last upstream change in 2016), and it doesn't
    compile with lua 5.4.

 meson_options.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
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.')


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]