elgind - it's apparently libelogind-shared ...

This commit is contained in:
Carsten Haitzler 2020-05-18 11:13:22 +01:00
parent 43f5b271e4
commit 3f0fad79b6
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ _elput_sd_init(void)
}
if (!_libsystemd)
{
_libsystemd = eina_module_new("libelogind.so.0");
_libsystemd = eina_module_new("libelogind-shared.so.0");
if (_libsystemd)
{
if (!eina_module_load(_libsystemd))