@@ -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