mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 08:00:53 +00:00
build: remove deprecated meson feature
This commit is contained in:
@ -36,7 +36,7 @@ sysprofdconf.set('sysprofdprivdir', pkglibexecdir)
|
|||||||
|
|
||||||
systemdunitdir = get_option('systemdunitdir')
|
systemdunitdir = get_option('systemdunitdir')
|
||||||
if systemdunitdir == ''
|
if systemdunitdir == ''
|
||||||
systemdunitdir = dependency('systemd').get_pkgconfig_variable('systemdsystemunitdir')
|
systemdunitdir = dependency('systemd').get_variable(pkgconfig: 'systemdsystemunitdir')
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user