From: Fred Morcos Date: Fri, 25 Aug 2023 21:18:17 +0000 (+0200) Subject: Meson: Cleanup dlopen module X-Git-Tag: rec-5.1.0-alpha1~80^2~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d64ce9848c38fd11d480003aad5ae113b66e4e39;p=thirdparty%2Fpdns.git Meson: Cleanup dlopen module --- diff --git a/meson/dlopen/meson.build b/meson/dlopen/meson.build index 7737e842b2..fdc7e0d067 100644 --- a/meson/dlopen/meson.build +++ b/meson/dlopen/meson.build @@ -1,4 +1,4 @@ -dep_dlopen = declare_dependency(variables: {'name': 'fooooo'}, version: 'system') +dep_dlopen = declare_dependency() if not cxx.has_function('dlopen') dep_dlopen = dependency('dl', required: false)