From: Andrei Pavel Date: Thu, 13 Mar 2025 12:44:28 +0000 (+0200) Subject: [#3731] Add dl dependency to meson X-Git-Tag: Kea-2.7.7~75 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=797f6da9b7f8653dedbb19431bfc16358a3779be;p=thirdparty%2Fkea.git [#3731] Add dl dependency to meson --- diff --git a/meson.build b/meson.build index 62b346081f..15a30a6f38 100644 --- a/meson.build +++ b/meson.build @@ -128,8 +128,9 @@ KEA_MSG_COMPILER = disabler() #### Dependencies boost_dep = dependency('boost', version: '>=1.66') +dl_dep = dependency('dl') threads_dep = dependency('threads') -add_project_dependencies(boost_dep, threads_dep, language: ['cpp']) +add_project_dependencies(boost_dep, dl_dep, threads_dep, language: ['cpp']) # check boost headers boost_headers = [