Project

General

Profile

Feature #20 » 0017-Meson-Stop-looking-for-sys-lua-when-it-s-disabled.patch

main, S3_2 - Marko Lindqvist, 12/04/2023 01:39 AM

View differences:

meson.build
endif
icu_dep = dependency('icu-uc')
syslua = get_option('syslua')
lua_dep_tmp = dependency('lua-5.4', 'lua-54', 'lua54', 'lua5.4', required:false)
if syslua != 'false'
lua_dep_tmp = dependency('lua-5.4', 'lua-54', 'lua54', 'lua5.4', required:false)
endif
endif
# Set unconditionally, as it was checked as hard requirement
(1-1/2)