Module: Mesa Branch: master Commit: 79ee1b2ff0b85f4eeb4165d23a7943c28d3a3d93 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=79ee1b2ff0b85f4eeb4165d23a7943c28d3a3d93
Author: Eric Engestrom <[email protected]> Date: Thu Aug 24 13:31:09 2017 +0100 khronos/egl: remove dependency on Android NDK header Khronos: https://github.com/KhronosGroup/EGL-Registry/pull/22 Suggested-by: Emil Velikov <[email protected]> Reviewed-by: Rob Herring <[email protected]> Signed-off-by: Eric Engestrom <[email protected]> --- include/EGL/eglplatform.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/EGL/eglplatform.h b/include/EGL/eglplatform.h index f045d009c0..bf9ec0bf5f 100644 --- a/include/EGL/eglplatform.h +++ b/include/EGL/eglplatform.h @@ -97,8 +97,7 @@ typedef void *EGLNativeWindowType; #elif defined(__ANDROID__) || defined(ANDROID) -#include <android/native_window.h> - +struct ANativeWindow; struct egl_native_pixmap_t; typedef struct ANativeWindow* EGLNativeWindowType; _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
