[Mesa-dev] [PATCH 1/2] android: fix vulkan driver futex usage issues

Tapani Pälli tapani.palli at intel.com
Mon Dec 18 05:55:43 UTC 2017


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.palli at 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
> 


More information about the mesa-dev mailing list