Skip to content

Commit 705f456

Browse files
meson: check perl(1) is present
Perl is used by the script create_Info_plist.pl. It may not be present, for example on a minimal Red Hat 9 system.
1 parent dbdf1d0 commit 705f456

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,7 @@ if get_option('enable-extras')
180180
endif
181181

182182
# Info.plist
183+
find_program('perl', required : true)
183184
command = [
184185
find_program('src/create_Info_plist.pl'),
185186
files('readers/supported_readers.txt'),

0 commit comments

Comments
 (0)