1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

[perl] Compilation fix

This commit is contained in:
Witold Filipczyk 2022-01-29 11:38:31 +01:00
parent 7e1adcc0bb
commit d074c58111

View File

@ -311,6 +311,8 @@ if conf_data.get('CONFIG_SCRIPTING_PERL')
deps += perl_dep
endif
conf_data.set('CONFIG_PERL_POPPX_WITHOUT_N_A', 1)
rubydeps = []
if conf_data.get('CONFIG_SCRIPTING_RUBY')
rubydeps = dependency('ruby', static: st)