From: Jordan Williams Date: Tue, 16 Apr 2024 15:30:42 +0000 (-0500) Subject: meson: Remove lingering mq_libs variable X-Git-Tag: v2.40.1-rc1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=550a95797622c6a459aeac7ff89f50df573ae726;p=thirdparty%2Futil-linux.git 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 --- 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',