Re: [Mesa-dev] [PATCH] radv: fix include order for installed headers v2

2017-01-18 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen On Wed, Jan 18, 2017 at 11:48 PM, Andres Rodriguez wrote: > In situations where libdrm_amdgpu and mesa are installed to the same > location, the mesa installed headers will take precedence over the git > source headers. > > This is due to the AMDGPU_CFLAGS containi

[Mesa-dev] [PATCH] radv: fix include order for installed headers v2

2017-01-18 Thread Andres Rodriguez
In situations where libdrm_amdgpu and mesa are installed to the same location, the mesa installed headers will take precedence over the git source headers. This is due to the AMDGPU_CFLAGS containing the install directory. This situation can cause build errors if the git version of a header is ne

[Mesa-dev] [PATCH] radv: fix include order for installed headers

2017-01-18 Thread Andres Rodriguez
In situations where libdrm_amdgpu and mesa are installed to the same location, the mesa installed headers will take precedence over the git source headers. This is due to the AMDGPU_CFLAGS containing the install directory. This situation can cause build errors if the git version of a header is ne