1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[meson] Sorry, too soon.

This commit is contained in:
Witold Filipczyk 2024-11-03 19:46:16 +01:00
parent 85ff1c24f8
commit 302470b825

View File

@ -394,6 +394,7 @@ if conf_data.get('CONFIG_OS_WIN32') and compiler.has_header('ws2tcpip.h')
endif
st = get_option('static')
deps = []
if conf_data.get('CONFIG_BACKTRACE') and conf_data.get('HAVE_EXECINFO_H') == 1
execinfodeps = compiler.find_library('execinfo', static: st, required: false)
@ -402,7 +403,6 @@ if conf_data.get('CONFIG_BACKTRACE') and conf_data.get('HAVE_EXECINFO_H') == 1
endif
endif
deps = []
if conf_data.get('CONFIG_GZIP')
zdeps = dependency('zlib', static: st, required: false)
if not zdeps.found()