From e2b4f5bee2afabb0ecd2a7f9776baab978085639 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 2 May 2022 16:30:26 -0700 Subject: [PATCH] meson: get rid of get_pkgconfig_variable deprecated in 0.56 Signed-off-by: Rosen Penev --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 510698d4eb..471f0c8d50 100644 --- a/meson.build +++ b/meson.build @@ -725,7 +725,7 @@ conf.set_quoted('FS_SEARCH_PATH', fs_search_path) systemdsystemunitdir = '' if systemd.found() - systemdsystemunitdir = systemd.get_pkgconfig_variable('systemdsystemunitdir') + systemdsystemunitdir = systemd.get_variable(pkgconfig : 'systemdsystemunitdir') endif chfn_chsh_password = get_option('chfn-chsh-password') or lib_user.found() -- 2.47.3