summaryrefslogtreecommitdiff
path: root/tests/services/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/services/meson.build')
-rw-r--r--tests/services/meson.build8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/services/meson.build b/tests/services/meson.build
new file mode 100644
index 000000000..623ec5243
--- /dev/null
+++ b/tests/services/meson.build
@@ -0,0 +1,8 @@
+# This directory contains service files used by dbus-daemon to automatically
+# activate the daemons as needed. These files are used when running Tracker
+# from the build tree.
+
+tracker_test_xdg_portal_service_file = configure_file(
+ input: 'org.freedesktop.portal.Tracker.service.in',
+ output: 'org.freedesktop.portal.Tracker.service',
+ configuration: conf)