From ab6723ff454675abe7fad31945b2aebeac5b1e6a Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Mon, 7 Jan 2019 17:44:10 +0100 Subject: Revert "build: Fix the use of pkg-config file variables" This reverts commit 22e9f7721b891b17cd726f1bf92b15a35be34d22. --- client/meson.build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'client') diff --git a/client/meson.build b/client/meson.build index 73b8d7e3..72e80c10 100644 --- a/client/meson.build +++ b/client/meson.build @@ -60,7 +60,7 @@ libgvfsdbus = shared_module( link_depends: symbol_map, install: true, install_rpath: gvfs_rpath, - install_dir: gio_giomoduledir, + install_dir: gio_module_dir, ) if enable_devel_utils @@ -77,10 +77,10 @@ endif # FUSE daemon if enable_fuse - if install_systemd_tmpfilesdir + if install_tmp_files_dir install_data( 'gvfsd-fuse-tmpfiles.conf', - install_dir: systemd_tmpfilesdir, + install_dir: tmp_files_dir, ) endif -- cgit v1.2.1