Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/irc/hexchat/files/patch-meson__options.txt
18157 views
1
--- meson_options.txt.orig 2018-08-29 16:41:08 UTC
2
+++ meson_options.txt
3
@@ -42,7 +42,7 @@ option('with-exec', type: 'boolean',
4
option('with-fishlim', type: 'boolean',
5
description: 'Fish encryption plugin, requires openssl'
6
)
7
-option('with-lua', type: 'string', value: 'luajit',
8
+option('with-lua', type: 'string',
9
description: 'Lua scripting plugin, value is pkg-config name to use or "false"'
10
)
11
option('with-perl', type: 'string', value: 'perl',
12
13