summaryrefslogtreecommitdiff
path: root/monitor/afc
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2018-12-17 21:08:43 +0100
committerIñigo Martínez <inigomartinez@gmail.com>2019-01-04 16:33:53 +0100
commit22e9f7721b891b17cd726f1bf92b15a35be34d22 (patch)
treef8a149bb5a4deb7279710bb0d954a826fba378ca /monitor/afc
parent9523d8e09e0088c8cd58ace494d47cc3083151fc (diff)
downloadgvfs-22e9f7721b891b17cd726f1bf92b15a35be34d22.tar.gz
build: Fix the use of pkg-config file variables
The names of the variables in meson corresponding to the variables obtained from the pkg-config files has been fixed by using a pattern. The pattern uses the dependency name as the prefix and the obtained variable as the suffix.
Diffstat (limited to 'monitor/afc')
-rw-r--r--monitor/afc/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor/afc/meson.build b/monitor/afc/meson.build
index ff1177ca..27b1c166 100644
--- a/monitor/afc/meson.build
+++ b/monitor/afc/meson.build
@@ -14,7 +14,7 @@ deps = [
cflags = [
'-DG_LOG_DOMAIN="GVFS-AFC"',
- '-DGIO_MODULE_DIR="@0@"'.format(gio_module_dir),
+ '-DGIO_MODULE_DIR="@0@"'.format(gio_giomoduledir),
'-DGVFS_LOCALEDIR="@0@"'.format(gvfs_localedir),
]