]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
auth: followup to 14370: add boost depedendency
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 26 Jun 2024 11:23:31 +0000 (13:23 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 26 Jun 2024 11:23:31 +0000 (13:23 +0200)
meson.build

index eeb56085ac1b53f8d662f2d2f5963941ac3c3e45..b761d365b0cd671bcee96935eeed588c76de583a 100644 (file)
@@ -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, ],
   )
 )