[Tizen] Fix build error for pepper-dali 98/175198/1
authorhuiyu.eun <huiyu.eun@samsung.com>
Mon, 9 Apr 2018 07:52:14 +0000 (16:52 +0900)
committerhuiyu.eun <huiyu.eun@samsung.com>
Mon, 9 Apr 2018 07:52:26 +0000 (16:52 +0900)
This reverts commit c251d171a444c20d230838c2c8ca3b3aa8098a56.

Change-Id: Ifbb6b174627dd087d020654886cd12995d333282
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
dali/integration-api/wayland/ecore-wl-render-surface.h

index d814e0b..a480cff 100644 (file)
 
 // INTERNAL INCLUDES
 #include <dali/devel-api/adaptor-framework/render-surface.h>
+#ifdef DALI_ADAPTOR_COMPILATION  // full path doesn't exist until adaptor is installed so we have to use relative
 #include <dali/integration-api/egl-interface.h>
+#else
+#include <dali/integration-api/adaptors/egl-interface.h>
+#endif
 
 namespace Dali
 {