mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: remove deprecated meson feature
This commit is contained in:
@ -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
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user