From 0772961255db26b14065d8b8876399d0d3c36a23 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 29 May 2019 10:50:45 +0200 Subject: meson: fix systemd version --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index cf00f6d..e09b6f4 100644 --- a/meson.build +++ b/meson.build @@ -28,7 +28,7 @@ input_dep = dependency('libinput') xkb_dep = dependency('xkbcommon') glib_dep = dependency('glib-2.0') tsm_dep = dependency('libtsm', required : false) -systemd_dep = dependency('libsystemd', required : false, version : '>=221') +systemd_dep = dependency('libsystemd', required : false, version : '>=237') # other library deps cc = meson.get_compiler('c') -- cgit