summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorOndrej Holy <oholy@redhat.com>2019-01-07 17:44:10 +0100
committerOndrej Holy <oholy@redhat.com>2019-01-07 17:44:10 +0100
commitab6723ff454675abe7fad31945b2aebeac5b1e6a (patch)
tree489b34243b97c821fc4541dcbf60b6b460c45219 /client
parent057122b2c375ec5ad8a5e4a3497bfbd7b817acf0 (diff)
downloadgvfs-ab6723ff454675abe7fad31945b2aebeac5b1e6a.tar.gz
Revert "build: Fix the use of pkg-config file variables"
This reverts commit 22e9f7721b891b17cd726f1bf92b15a35be34d22.
Diffstat (limited to 'client')
-rw-r--r--client/meson.build6
1 files changed, 3 insertions, 3 deletions
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