From 592b1362bbb353ba28f08e0b3d5e4381df0c2a0b Mon Sep 17 00:00:00 2001 From: Cedric Bail Date: Tue, 16 Jul 2013 09:49:01 +0900 Subject: [PATCH] emotion: let's work out of tree. NOTE: I have no idea why we did require emotion_test to only work in tree. If you have an explanation, I would be glad to ear it. In the mean time, this patch restore the use of emotion_test when your build tree is not around. --- src/tests/emotion/emotion_test_main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/tests/emotion/emotion_test_main.c b/src/tests/emotion/emotion_test_main.c index dbc833f756..f1b4fed8ba 100644 --- a/src/tests/emotion/emotion_test_main.c +++ b/src/tests/emotion/emotion_test_main.c @@ -705,8 +705,6 @@ main(int argc, char **argv) ECORE_GETOPT_VALUE_NONE }; - putenv("EFL_RUN_IN_TREE=1"); - if (!ecore_evas_init()) return -1; if (!edje_init())