[gvfs/wip/inigomartinez/meson: 10/11] build: Fix missing GDU monitor service file
- From: Iñigo Martínez <inigomartinez src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gvfs/wip/inigomartinez/meson: 10/11] build: Fix missing GDU monitor service file
- Date: Tue, 31 Oct 2017 15:44:27 +0000 (UTC)
commit 777069167ab178fc795f55022afbf249c3f3f66b
Author: Iñigo Martínez <inigomartinez gmail com>
Date: Tue Oct 31 12:16:14 2017 +0100
build: Fix missing GDU monitor service file
The GDU monitor service file is not created properly due to missing
service name variable declaration.
This patch adds the variable declaration which fixes the problem.
https://bugzilla.gnome.org/show_bug.cgi?id=786149
monitor/gdu/meson.build | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/monitor/gdu/meson.build b/monitor/gdu/meson.build
index 86ddd3d..653faeb 100644
--- a/monitor/gdu/meson.build
+++ b/monitor/gdu/meson.build
@@ -5,6 +5,8 @@ install_data(
install_dir: gvfs_remote_volume_monitors_dir
)
+service = gvfs_namespace + '.GduVolumeMonitor.service'
+
gdu_service = configure_file(
input: service + '.in',
output: service,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]