diff options
Diffstat (limited to 'modules/devices.c')
-rw-r--r-- | modules/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/devices.c b/modules/devices.c index 8e2daa27..5f1e61d5 100644 --- a/modules/devices.c +++ b/modules/devices.c @@ -471,7 +471,7 @@ ModuleAbout *hi_module_get_about(void) gchar **hi_module_get_dependencies(void) { - static gchar *deps[] = { "libcomputer.so", NULL }; + static gchar *deps[] = { "computer.so", NULL }; return deps; } |