[sysprof/wip/gtk4-port: 2/3] build: remove deprecated meson feature




commit 4308e1c5ccd7225a939ec734b214dbb71733c18c
Author: Christian Hergert <chergert redhat com>
Date:   Fri Apr 1 16:55:19 2022 -0700

    build: remove deprecated meson feature

 src/sysprofd/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/sysprofd/meson.build b/src/sysprofd/meson.build
index 719d3af9..40e0138b 100644
--- a/src/sysprofd/meson.build
+++ b/src/sysprofd/meson.build
@@ -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
 
 #


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]