From c7aeebb97ad0cf285e1e4a78e5eee8d23c1cdea5 Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Tue, 15 Aug 2023 15:26:45 +0200 Subject: [PATCH] Meson: ext/yahttp cleanup --- ext/yahttp/yahttp/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/yahttp/yahttp/meson.build b/ext/yahttp/yahttp/meson.build index 86c4f03204..8833a641a1 100644 --- a/ext/yahttp/yahttp/meson.build +++ b/ext/yahttp/yahttp/meson.build @@ -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( -- 2.47.2