From e1eed6dff459cca20ff09958901a0ce62c2a29dc Mon Sep 17 00:00:00 2001 From: Jens Georg Date: Sat, 4 Jun 2022 11:25:48 +0200 Subject: build: Fix deprecations in meson files --- data/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/meson.build b/data/meson.build index 1e2ba170..76fea3be 100644 --- a/data/meson.build +++ b/data/meson.build @@ -29,7 +29,7 @@ configure_file(input: 'org.gnome.Rygel1.service.in', systemd = dependency('systemd', required : false) systemd_user_unit_dir = join_paths(get_option('prefix'), 'lib/systemd/user/') if systemd.found() - systemd_user_unit_dir = systemd.get_pkgconfig_variable('systemduserunitdir') + systemd_user_unit_dir = systemd.get_variable('systemduserunitdir') endif if not (get_option('systemd-user-units-dir') == 'off') -- cgit v1.2.1