From b1b70a152d47886609ae5f540c4eb484267d4e7d Mon Sep 17 00:00:00 2001 From: Fred Morcos Date: Wed, 16 Aug 2023 15:28:38 +0200 Subject: [PATCH] Meson: Get rid of using a global deps list --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index b2c0723b6d..9f9ad309ef 100644 --- a/meson.build +++ b/meson.build @@ -22,7 +22,6 @@ fs = import('fs') # Create the configuration object and dependencies list. conf = configuration_data() -deps = [] # Toplevel includes dep_pdns = declare_dependency(include_directories: include_directories('.', 'pdns')) -- 2.47.2