From: Fred Morcos Date: Mon, 21 Aug 2023 14:44:24 +0000 (+0200) Subject: Meson: Add threads dependencies X-Git-Tag: rec-5.1.0-alpha1~80^2~169 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=03e494a24ee1ac68e3734c28b1aaa2d6ee939538;p=thirdparty%2Fpdns.git Meson: Add threads dependencies --- diff --git a/meson.build b/meson.build index 5b523a442f..734b6651c1 100644 --- a/meson.build +++ b/meson.build @@ -176,6 +176,7 @@ deps = [ dep_pdns, dep_platform, dep_atomics, + dep_threads, dep_lua, dep_lua_records, dep_netlibs,