Ping ..
These 2 patches are required because build is broken without them (when
vulkan=true in build options). This patch should be renamed as "fix
undefined futex API references" or something better like that.
On 12/12/2017 10:01 AM, Tapani Pälli wrote:
Fixes: f98a2768ca "mesa: Add new fast mtx_t mutex type for basic use cases"
Signed-off-by: Tapani Pälli <tapani.pa...@intel.com>
---
Android.common.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/Android.common.mk b/Android.common.mk
index 103e3fec61..d9f871c08c 100644
--- a/Android.common.mk
+++ b/Android.common.mk
@@ -69,6 +69,7 @@ LOCAL_CFLAGS += \
-DHAVE_PTHREAD=1 \
-DHAVE_DLADDR \
-DHAVE_DL_ITERATE_PHDR \
+ -DHAVE_LINUX_FUTEX_H \
-DMAJOR_IN_SYSMACROS \
-fvisibility=hidden \
-Wno-sign-compare
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev