build: Add option to specify path to perl binary

This commit is contained in:
Rainer Müller
2018-03-23 01:36:35 +01:00
committed by TingPing
parent ee85129a9b
commit ed6f544572
4 changed files with 5 additions and 5 deletions

View File

@@ -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+']
]