data: Add D-Bus service file

Heavily inspired by
cf329d0a05

Fixes #464
This commit is contained in:
Evangelos Ribeiro Tzaras
2022-06-20 05:26:16 +02:00
parent 5782b2b46d
commit 654664799b
4 changed files with 19 additions and 0 deletions

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')