[Tizen] Fix build error for pepper-dali 98/175998/1
authorSeungho, Baek <sbsh.baek@samsung.com>
Mon, 16 Apr 2018 05:56:45 +0000 (14:56 +0900)
committerSeungho, Baek <sbsh.baek@samsung.com>
Mon, 16 Apr 2018 05:56:49 +0000 (14:56 +0900)
This reverts commit 362e3dc1f6878ea787a847af5c92969f1ad9bbac.

Change-Id: Ie2300b59d94a7ee2615d5779e55929c4324f9385

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
 {