[Tizen] Fix build error for pepper-dali 18/174018/1
authordongsug.song <dongsug.song@samsung.com>
Tue, 27 Mar 2018 06:38:27 +0000 (15:38 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Tue, 27 Mar 2018 06:38:31 +0000 (15:38 +0900)
This reverts commit dcd792c5fc59f38205579b8385078c4de64c0246.

Change-Id: Ic1ed39ad92621431ec0c25aa1b72cbe966516153

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
 {