build: remove deprecated meson feature

This commit is contained in:
Christian Hergert
2022-04-01 16:55:19 -07:00
parent 47fa3d1d17
commit 9c98b10fee

View File

@ -36,7 +36,7 @@ sysprofdconf.set('sysprofdprivdir', pkglibexecdir)
systemdunitdir = get_option('systemdunitdir')
if systemdunitdir == ''
systemdunitdir = dependency('systemd').get_pkgconfig_variable('systemdsystemunitdir')
systemdunitdir = dependency('systemd').get_variable(pkgconfig: 'systemdsystemunitdir')
endif
#