[Mesa-dev] [PATCH 1/3] android: define MESA_EGL_NO_X11_HEADERS
Mauro Rossi
issor.oruam at gmail.com
Mon May 30 22:20:27 UTC 2016
In order to avoid building errors due to missing X11 headers
Cc: <mesa-stable at lists.freedesktop.org>
---
Android.common.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/Android.common.mk b/Android.common.mk
index cdba85f..5df9b7e 100644
--- a/Android.common.mk
+++ b/Android.common.mk
@@ -56,6 +56,7 @@ LOCAL_CFLAGS += \
-DHAVE___BUILTIN_UNREACHABLE \
-DHAVE_PTHREAD=1 \
-DHAVE_DLOPEN \
+ -DMESA_EGL_NO_X11_HEADERS \
-DTEXTURE_FLOAT_ENABLED \
-fvisibility=hidden \
-Wno-sign-compare
--
2.7.4
More information about the mesa-dev
mailing list