From 8353eeb5a8658e1ef485a8dd28dc34c52f53782c Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 21 Feb 2018 13:56:08 +1000 Subject: [PATCH] meson: add the 221 version to the libsystemd dependency The sd-bus interface we're using wasn't public until 221. Signed-off-by: Peter Hutterer --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ec13d93a..a5c37a4c 100644 --- a/meson.build +++ b/meson.build @@ -523,7 +523,7 @@ if get_option('tests') config_h.set10('HAVE_LIBUNWIND', dep_libunwind.found()) # for inhibit support during test run - dep_libsystemd = dependency('libsystemd', required : false) + dep_libsystemd = dependency('libsystemd', version : '>= 221', required : false) config_h.set10('HAVE_LIBSYSTEMD', dep_libsystemd.found()) lib_litest_sources = [