eina: this should only load modules from the eina subdir

otherwise we are loading ecore modules etc. which are pulling in ecore
et. into the eina testsuite, nothing that should happen.
This commit is contained in:
Marcel Hollerbach 2018-03-20 20:05:15 +00:00
parent 474a2a319b
commit 07d54832e5
2 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@ static void _mempool_init(void)
eina_init();
/* force modules to be loaded in case they are not installed */
_modules = eina_module_list_get(NULL,
PACKAGE_BUILD_DIR "/src/modules",
PACKAGE_BUILD_DIR "/src/modules/eina",
EINA_TRUE,
NULL,
NULL);

View File

@ -32,7 +32,7 @@ _mempool_init(void)
eina_init();
/* force modules to be loaded in case they are not installed */
_modules = eina_module_list_get(NULL,
PACKAGE_BUILD_DIR "/src/modules",
PACKAGE_BUILD_DIR "/src/modules/eina",
EINA_TRUE,
NULL,
NULL);