On Tue, 26 Jan 2010 17:16:34 +0100 Albin Tonnerre <albin.tonne...@gmail.com> said:
> 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. i know. but it was not consistent. also at least 1 module didnt use it. the versioning string has been moved to the same places as everything else (evas, e17, elm). but major number will end up in this module arch - as thats what is consistently used for this. -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) ras...@rasterman.com ------------------------------------------------------------------------------ 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