From: Otto Moerbeek Date: Wed, 26 Jun 2024 11:23:31 +0000 (+0200) Subject: auth: followup to 14370: add boost depedendency X-Git-Tag: rec-5.2.0-alpha1~218^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee4ec467f053c10016b15fbb3748a9b107491a39;p=thirdparty%2Fpdns.git auth: followup to 14370: add boost depedendency --- diff --git a/meson.build b/meson.build index eeb56085ac..b761d365b0 100644 --- a/meson.build +++ b/meson.build @@ -111,7 +111,7 @@ libpdns_uuidutils = declare_dependency( 'pdns-uuidutils', src_dir / 'uuid-utils.cc', src_dir / 'uuid-utils.hh', - dependencies: dep_rt, + dependencies: [dep_rt, dep_boost, ], ) )