Disable finch by default

Mon, 23 Oct 2023 22:42:49 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Mon, 23 Oct 2023 22:42:49 -0500
changeset 42386
63de4915950b
parent 42384
835faf0ddcb6
child 42387
d9350cda1556

Disable finch by default

No one has the time or motivation to work on this right now and it's bitrotting
regardless, so we might as well just disable it.

Testing Done:
Ran `ninja turtles` in a fresh build directory without issue.

Reviewed at https://reviews.imfreedom.org/r/2685/

meson_options.txt file | annotate | diff | comparison | revisions
--- a/meson_options.txt	Mon Oct 23 22:36:22 2023 -0500
+++ b/meson_options.txt	Mon Oct 23 22:42:49 2023 -0500
@@ -52,7 +52,7 @@
 ##############################################################################
 # Finch Options
 
-option('consoleui', type : 'boolean', value : true,
+option('consoleui', type : 'boolean', value : false,
        description : 'compile with console user interface')
 
-option('x', type : 'boolean', value : true)
+option('x', type : 'boolean', value : false)

mercurial