From 3f175b8f38f98d88ea5e5535e9bee99c252604ee Mon Sep 17 00:00:00 2001 From: Lukasz Stanislawski Date: Sat, 30 Jan 2016 13:18:13 +0100 Subject: [PATCH] User relative path to imports in edc files. edje_cc seems to not have configurable include paths. Use relative to include files from 'inc' folder. Change-Id: Ifc754598c523ee7e6935eb3e9dd1af911c259d6d Signed-off-by: Lukasz Stanislawski --- res/resource/indicator_icon_animation.edc | 2 +- res/resource/indicator_icon_nonfixed_theme.edc | 2 +- res/resource/indicator_icon_theme.edc | 2 +- res/resource/indicator_port.edc | 2 +- res/resource/ticker.edc | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/res/resource/indicator_icon_animation.edc b/res/resource/indicator_icon_animation.edc index 6f8b9e3..975411a 100644 --- a/res/resource/indicator_icon_animation.edc +++ b/res/resource/indicator_icon_animation.edc @@ -18,7 +18,7 @@ */ -#include "indicator_gui.h" +#include "../../inc/indicator_gui.h" #include "indicator_common.edc" collections { diff --git a/res/resource/indicator_icon_nonfixed_theme.edc b/res/resource/indicator_icon_nonfixed_theme.edc index afe8d40..522e2a5 100644 --- a/res/resource/indicator_icon_nonfixed_theme.edc +++ b/res/resource/indicator_icon_nonfixed_theme.edc @@ -18,7 +18,7 @@ */ -#include "indicator_gui.h" +#include "../../inc/indicator_gui.h" #include "indicator_common.edc" collections { diff --git a/res/resource/indicator_icon_theme.edc b/res/resource/indicator_icon_theme.edc index a713eee..71226c2 100644 --- a/res/resource/indicator_icon_theme.edc +++ b/res/resource/indicator_icon_theme.edc @@ -18,7 +18,7 @@ */ -#include "indicator_gui.h" +#include "../../inc/indicator_gui.h" #include "indicator_common.edc" collections { diff --git a/res/resource/indicator_port.edc b/res/resource/indicator_port.edc index 2ec5324..5cbc4b6 100644 --- a/res/resource/indicator_port.edc +++ b/res/resource/indicator_port.edc @@ -18,7 +18,7 @@ */ -#include "indicator_gui.h" +#include "../../inc/indicator_gui.h" #include "indicator_common.edc" diff --git a/res/resource/ticker.edc b/res/resource/ticker.edc index e88ed6e..be157f8 100755 --- a/res/resource/ticker.edc +++ b/res/resource/ticker.edc @@ -16,7 +16,7 @@ */ #include "color_classes.edc" -#include "indicator_gui.h" +#include "../../inc/indicator_gui.h" #define TICKERNOTI_MAIN_TEXT_HEIGHT_INC 1 -- 2.7.4