1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-09-29 15:25:24 +00:00

plugins: Fix install directory typo

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
This commit is contained in:
Evangelos Ribeiro Tzaras 2022-08-24 21:21:08 +02:00
parent c893a44f9f
commit 0e271226dc

View file

@ -1,4 +1,4 @@
calls_provider_plugin_libdir = join_paths(full_calls_plugin_libdir, 'providers') calls_provider_plugin_libdir = join_paths(full_calls_plugin_libdir, 'provider')
subdir('provider/mm') subdir('provider/mm')
subdir('provider/dummy') subdir('provider/dummy')
subdir('provider/ofono') subdir('provider/ofono')