mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2024-11-04 23:51:17 +00:00
0e271226dc
Plugins could no longer be found because we installed the plugins
outside the search path:
The directory structure uses singular 'provider', not plural
'providers'.
Fixes 11ba83c16e
6 lines
200 B
Meson
6 lines
200 B
Meson
calls_provider_plugin_libdir = join_paths(full_calls_plugin_libdir, 'provider')
|
|
subdir('provider/mm')
|
|
subdir('provider/dummy')
|
|
subdir('provider/ofono')
|
|
subdir('provider/sip')
|
|
subdir('provider/tests')
|