diff options
author | Rainer Müller <raimue@codingfarm.de> | 2018-03-23 01:36:35 +0100 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2018-03-23 09:14:45 +0000 |
commit | ed6f544572d6cbfba94962799d82d6c511c11f40 (patch) | |
tree | d3cd741e3a25f1cfd67c16b717e16cf08e8b64b3 /data | |
parent | ee85129a9bd8b564ddc0ce5bd3ae1d3335d9fbc2 (diff) |
build: Add option to specify path to perl binary
Diffstat (limited to 'data')
-rw-r--r-- | data/misc/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/misc/meson.build b/data/misc/meson.build index 6cbd9f91..02d6bf25 100644 --- a/data/misc/meson.build +++ b/data/misc/meson.build @@ -90,7 +90,7 @@ if get_option('with-plugin') ] endif - if get_option('with-perl') + if get_option('with-perl') != 'false' plugin_metainfo += [ ['Perl', 'Provides a scripting interface in Perl', 'GPL-2.0+'] ] |