From: Fred Morcos Date: Tue, 15 Aug 2023 13:26:45 +0000 (+0200) Subject: Meson: ext/yahttp cleanup X-Git-Tag: rec-5.1.0-alpha1~80^2~242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7aeebb97ad0cf285e1e4a78e5eee8d23c1cdea5;p=thirdparty%2Fpdns.git Meson: ext/yahttp cleanup --- 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(