Lines 1-6
Link Here
|
1 |
--- meson_options.txt.orig 2018-03-14 02:26:31 UTC |
1 |
--- meson_options.txt.orig 2018-08-29 16:41:08 UTC |
2 |
+++ meson_options.txt |
2 |
+++ meson_options.txt |
3 |
@@ -39,7 +39,7 @@ option('with-exec', type: 'boolean', |
3 |
@@ -42,7 +42,7 @@ option('with-exec', type: 'boolean', |
4 |
option('with-fishlim', type: 'boolean', |
4 |
option('with-fishlim', type: 'boolean', |
5 |
description: 'Fish encryption plugin, requires openssl' |
5 |
description: 'Fish encryption plugin, requires openssl' |
6 |
) |
6 |
) |
Lines 8-11
Link Here
|
8 |
+option('with-lua', type: 'string', |
8 |
+option('with-lua', type: 'string', |
9 |
description: 'Lua scripting plugin, value is pkg-config name to use or "false"' |
9 |
description: 'Lua scripting plugin, value is pkg-config name to use or "false"' |
10 |
) |
10 |
) |
11 |
option('with-perl', type: 'boolean', |
11 |
option('with-perl', type: 'string', value: 'perl', |