From 210ea6a8081753726c34ff61e97b0dfbd2c0e52a Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Wed, 29 May 2019 09:18:15 -0400 Subject: [PATCH] elm: don't attempt to load clouseau when running in tree Summary: clouseau doesn't work anyway Depends on D8964 Reviewers: cedric Reviewed By: cedric Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D8965 --- src/lib/elementary/elm_main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/elementary/elm_main.c b/src/lib/elementary/elm_main.c index 5aff10ae95..477411e3ac 100644 --- a/src/lib/elementary/elm_main.c +++ b/src/lib/elementary/elm_main.c @@ -346,6 +346,7 @@ _elm_old_clouseau_reload() static Eina_Bool _elm_clouseau_load() { + if (getenv("EFL_RUN_IN_TREE")) return EINA_FALSE; if (!_clouseau_info.is_init) { _clouseau_info.handle = eina_module_new(