edje_cc: disable efreetd connection

edje_cc does not use any of this functionality, and it's problematic
at build time since efreetd is not run in-tree and does not use in-tree
libraries

ref T6713

Differential Revision: https://phab.enlightenment.org/D6514
This commit is contained in:
Mike Blumenkrantz 2018-07-05 17:11:36 -04:00 committed by Marcel Hollerbach
parent fbab3ea2b9
commit 3309a26a0c
1 changed files with 1 additions and 0 deletions

View File

@ -148,6 +148,7 @@ main(int argc, char **argv)
setlocale(LC_NUMERIC, "C");
ecore_app_no_system_modules();
efreet_cache_disable();
if (!eina_init())
return -1;