Open decathorpe opened 6 years ago
All other switchboard plugs install a libPLUG.so file, this one installs liblocale-plug.so. To be consistent, it should be installing a file named liblocale.so.
libPLUG.so
liblocale-plug.so
liblocale.so
For some reason, the build fails if we change the .so name
All other switchboard plugs install a
libPLUG.so
file, this one installsliblocale-plug.so
. To be consistent, it should be installing a file namedliblocale.so
.