fix edbus
authorRafael Antognolli <rafael.antognolli@intel.com>
Thu, 6 Feb 2014 16:04:35 +0000 (14:04 -0200)
committerEduardo Lima (Etrunko) <eduardo.lima@intel.com>
Mon, 10 Feb 2014 22:27:10 +0000 (20:27 -0200)
Change-Id: I94e3d39286df830ef07ed2bda0ec87fce34cec4a
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
src/lib/elm_main.c

index 3614c46..c2e5e5f 100644 (file)
@@ -472,7 +472,7 @@ elm_need_e_dbus(void)
 #ifndef RTLD_NOLOAD
 # define RTLD_NOLOAD RTLD_GLOBAL
 #endif
-   if (!e_dbus_handle) e_dbus_handle = dlopen("libeldbus.so", RTLD_LAZY | RTLD_NOLOAD);
+   if (!e_dbus_handle) e_dbus_handle = dlopen("libedbus.so.1", RTLD_LAZY | RTLD_NOLOAD);
    if (!e_dbus_handle) return EINA_FALSE;
    init_func = dlsym(e_dbus_handle, "e_dbus_init");
    if (!init_func) return EINA_FALSE;