summary refs log tree commit diff stats
path: root/plugins/meson.build
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 /plugins/meson.build
parentee85129a9bd8b564ddc0ce5bd3ae1d3335d9fbc2 (diff)
build: Add option to specify path to perl binary
Diffstat (limited to 'plugins/meson.build')
-rw-r--r--plugins/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/meson.build b/plugins/meson.build
index 9e7fae93..6d41182b 100644
--- a/plugins/meson.build
+++ b/plugins/meson.build
@@ -26,7 +26,7 @@ if get_option('with-lua') != 'false'
   subdir('lua')
 endif
 
-if get_option('with-perl')
+if get_option('with-perl') != 'false'
   subdir('perl')
 endif