aboutsummaryrefslogtreecommitdiff
path: root/irc/hexchat/files/patch-meson__options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'irc/hexchat/files/patch-meson__options.txt')
-rw-r--r--irc/hexchat/files/patch-meson__options.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/hexchat/files/patch-meson__options.txt b/irc/hexchat/files/patch-meson__options.txt
new file mode 100644
index 000000000000..149484c439ff
--- /dev/null
+++ b/irc/hexchat/files/patch-meson__options.txt
@@ -0,0 +1,11 @@
+--- meson_options.txt.orig 2018-03-14 02:26:31 UTC
++++ meson_options.txt
+@@ -39,7 +39,7 @@ option('with-exec', type: 'boolean',
+ option('with-fishlim', type: 'boolean',
+ description: 'Fish encryption plugin, requires openssl'
+ )
+-option('with-lua', type: 'string', value: 'luajit',
++option('with-lua', type: 'string',
+ description: 'Lua scripting plugin, value is pkg-config name to use or "false"'
+ )
+ option('with-perl', type: 'boolean',