From db31059d1b7b11b597b03064329fb1e8899b11f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1igo=20Mart=C3=ADnez?= Date: Mon, 17 Dec 2018 23:25:38 +0100 Subject: build: Do not use prefix on directory variables Although usually directory variables are set by using the `prefix` directory, this might cause issues due to parameters that need relative directories. In order to ease the transition `prefix` directory has been stripped from directory variables and only has been appended when necessary. --- monitor/udisks2/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monitor/udisks2') diff --git a/monitor/udisks2/meson.build b/monitor/udisks2/meson.build index f163d888..bbcfb255 100644 --- a/monitor/udisks2/meson.build +++ b/monitor/udisks2/meson.build @@ -29,7 +29,7 @@ cflags = [ '-DG_LOG_DOMAIN="GVFS-UDisks2"', '-DG_DISABLE_DEPRECATED', '-DGIO_MODULE_DIR="@0@"'.format(gio_giomoduledir), - '-DGVFS_LOCALEDIR="@0@"'.format(gvfs_localedir), + '-DGVFS_LOCALEDIR="@0@"'.format(gvfs_prefix / gvfs_localedir), '-DUDISKS_API_IS_SUBJECT_TO_CHANGE', ] -- cgit v1.2.1