From 550a95797622c6a459aeac7ff89f50df573ae726 Mon Sep 17 00:00:00 2001 From: Jordan Williams Date: Tue, 16 Apr 2024 10:30:42 -0500 Subject: [PATCH] meson: Remove lingering mq_libs variable The cherry-pick of #2879 in PR #2941 to the stable/v2.40 branch didn't include the removal of mq_libs like it should have. I must have resolved a conflict incorrectly in the cherry-pick. This just removes the lingering definitions which are no longer used. The extra find_library call for rt is a problem. Signed-off-by: Jordan Williams --- meson.build | 3 --- 1 file changed, 3 deletions(-) diff --git a/meson.build b/meson.build index 13a73069e..21751e3b0 100644 --- a/meson.build +++ b/meson.build @@ -2720,9 +2720,6 @@ if opt and not is_disabler(exe) bashcompletions += ['lsblk'] endif -mq_libs = [] -mq_libs += cc.find_library('rt', required : true) - opt = not get_option('build-lsfd').require(lib_rt.found()).disabled() exe = executable( 'lsfd', -- 2.47.3