mirror of
https://github.com/termux/termux-packages.git
synced 2025-05-11 08:35:47 +00:00
12 lines
344 B
Diff
12 lines
344 B
Diff
--- a/EGL/eglplatform.h
|
|
+++ b/EGL/eglplatform.h
|
|
@@ -88,7 +88,7 @@
|
|
typedef struct gbm_bo *EGLNativePixmapType;
|
|
typedef void *EGLNativeWindowType;
|
|
|
|
-#elif defined(__ANDROID__) || defined(ANDROID)
|
|
+#elif (defined(__ANDROID__) || defined(ANDROID)) && !defined(__TERMUX__)
|
|
|
|
struct ANativeWindow;
|
|
struct egl_native_pixmap_t;
|