[Tizen] Fix build error for pepper-dali 77/176977/1
authorDaekwang Ryu <dkdk.ryu@samsung.com>
Tue, 24 Apr 2018 06:40:28 +0000 (15:40 +0900)
committerDaekwang Ryu <dkdk.ryu@samsung.com>
Tue, 24 Apr 2018 06:44:13 +0000 (15:44 +0900)
This reverts commit 47bce412720d4532b557ec8c93b769aba5240e7b.

Change-Id: I0df66c2711c9bab624a8e11f03b1451b6b8c9cba

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
 {