]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
meson: get rid of get_pkgconfig_variable
authorRosen Penev <rosenp@gmail.com>
Mon, 2 May 2022 23:30:26 +0000 (16:30 -0700)
committerRosen Penev <rosenp@gmail.com>
Tue, 3 May 2022 00:14:24 +0000 (17:14 -0700)
deprecated in 0.56

Signed-off-by: Rosen Penev <rosenp@gmail.com>
meson.build

index 510698d4eb7cd02078febdcaa9b7ef8639002ed7..471f0c8d50c4444fad5c79002c9a8ab46ea80399 100644 (file)
@@ -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()