data: Add D-Bus service file
Heavily inspired by https://gitlab.com/mobian1/callaudiod/-/commit/cf329d0a050899f036f677d8d5e16a749c6a80ba Fixes #464
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user