Move provider plugins into a dedicated directory
Since we will introduce another type of plugin for the policy engine we want to have each plugin type in separate directories. We also have to adjust: - plugin search directories - po file location - update paths for calls-doc target
This commit is contained in:

committed by
Guido Günther

parent
8c6ece6a87
commit
86a8f3ae22
@@ -26,7 +26,7 @@ gnome.gtkdoc('calls',
|
||||
join_paths(meson.project_source_root(), 'src'),
|
||||
join_paths(meson.project_build_root(), 'src'),
|
||||
join_paths(meson.project_build_root(), 'src/dbus'),
|
||||
join_paths(meson.project_build_root(), 'plugins/ofono/libgdbofono'),
|
||||
join_paths(meson.project_build_root(), 'plugins/provider/ofono/libgdbofono'),
|
||||
],
|
||||
dependencies: calls_doc_deps,
|
||||
scan_args: [
|
||||
|
Reference in New Issue
Block a user