From 5d21baa7594a0dd0e4dc98eb0bb235d2eb3b73b3 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Thu, 9 Apr 2020 23:51:23 +0200 Subject: [PATCH] Fix typo in meson.build --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 9959db9..dae140c 100644 --- a/meson.build +++ b/meson.build @@ -12,7 +12,7 @@ if static_linkage add_global_link_arguments('-static-libstdc++', '--static', language:'cpp') endif -thread_dep = depenidency('threads') +thread_dep = dependency('threads') kiwixlib_dep = dependency('kiwix', version:'>=9.1.0', static:static_linkage) microhttpd_dep = dependency('libmicrohttpd', static:static_linkage) z_dep = dependency('zlib', static:static_linkage)