]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Meson: ext/yahttp cleanup
authorFred Morcos <fred.morcos@open-xchange.com>
Tue, 15 Aug 2023 13:26:45 +0000 (15:26 +0200)
committerFred Morcos <fred.morcos@open-xchange.com>
Wed, 20 Mar 2024 12:28:38 +0000 (13:28 +0100)
ext/yahttp/yahttp/meson.build

index 86c4f03204d44b48da8d36cad2f98497a44966e8..8833a641a19d97b2a7fbf4e0fb6d5622e10687cb 100644 (file)
@@ -15,7 +15,7 @@ lib_yahttp = static_library(
   'yahttp',
   module_sources,
   cpp_args: '-Wno-overloaded-virtual',
-  include_directories: toplevel_includes,
+  dependencies: [dep_pdns],
 )
 
 dep_yahttp = declare_dependency(