summary refs log tree commit diff stats
path: root/meson_options.txt
diff options
context:
space:
mode:
authorRainer Müller <raimue@codingfarm.de>2018-03-23 01:36:35 +0100
committerTingPing <tingping@tingping.se>2018-03-23 09:14:45 +0000
commited6f544572d6cbfba94962799d82d6c511c11f40 (patch)
treed3cd741e3a25f1cfd67c16b717e16cf08e8b64b3 /meson_options.txt
parentee85129a9bd8b564ddc0ce5bd3ae1d3335d9fbc2 (diff)
build: Add option to specify path to perl binary
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index eee21791..23f4fd10 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -42,8 +42,8 @@ option('with-fishlim', type: 'boolean',
 option('with-lua', type: 'string', value: 'luajit',
   description: 'Lua scripting plugin, value is pkg-config name to use or "false"'
 )
-option('with-perl', type: 'boolean',
-  description: 'Perl scripting plugin'
+option('with-perl', type: 'string', value: 'perl',
+  description: 'Perl scripting plugin, value is path to perl executable or "false"'
 )
 option('with-python', type: 'string', value: 'python3',
   description: 'Python scripting plugin. value is pkg-config name to use or "false"'