On Tue, 26 Jan 2010 07:54 -0800, Enlightenment SVN wrote :
> Log:
>   eina - does modules like the rest of efl, so it's able to be installed with
>   multiple versions at the same time. eventually will neeed to also include
>   major number in release name too.


>     /* dynamic backends */
> -   _modules = eina_module_list_get(NULL, PACKAGE_LIB_DIR "/eina-"VMAJ"/mp/", 
> 0, NULL, NULL);
> +   _modules = eina_module_arch_list_get(NULL, PACKAGE_LIB_DIR 
> "/eina/modules/mp", MODULE_ARCH);

> -   path = eina_module_environment_path_get("HOME", "/.eina-"VMAJ"/mp/");
> -   _modules = eina_module_list_get(_modules, path, 0, NULL, NULL);
> +   path = eina_module_environment_path_get("HOME", "/.eina/mp/modules/mp");
> +   _modules = eina_module_arch_list_get(_modules, path, MODULE_ARCH);
>     if (path) free(path);

Err. The major number was alredy present and consistent with the naming scheme
for the eina includes...You just reverted it.

Regards,
-- 
Albin Tonnerre

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to