data: Add D-Bus service file

Heavily inspired by
https://gitlab.com/mobian1/callaudiod/-/commit/cf329d0a050899f036f677d8d5e16a749c6a80ba

Fixes #464
This commit is contained in:
Evangelos Ribeiro Tzaras
2022-06-20 05:39:31 +02:00
parent 5782b2b46d
commit 654664799b
4 changed files with 19 additions and 0 deletions
+2
View File
@@ -41,7 +41,9 @@ top_include = include_directories('.')
prefix = get_option('prefix')
builddir = meson.current_build_dir()
full_bindir = join_paths(prefix, get_option('bindir'))
libdir = get_option('libdir')
full_servicedir = join_paths(prefix, get_option('datadir'), 'dbus-1', 'services')
localedir = get_option('localedir')
full_localedir = join_paths(prefix, localedir)
full_calls_plugin_libdir = join_paths(prefix, libdir, calls_name, 'plugins')