From: Rosen Penev Date: Mon, 2 May 2022 23:30:26 +0000 (-0700) Subject: meson: get rid of get_pkgconfig_variable X-Git-Tag: v2.39-rc1~675 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e2b4f5bee2afabb0ecd2a7f9776baab978085639;p=thirdparty%2Futil-linux.git meson: get rid of get_pkgconfig_variable deprecated in 0.56 Signed-off-by: Rosen Penev --- 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()