[Mesa-dev] [PATCH] scons: fix scons build to find generated glapitable.h

Roland Scheidegger sroland at vmware.com
Fri Oct 27 21:44:13 UTC 2017


Am 27.10.2017 um 23:16 schrieb Brian Paul:
> Fixes: ea53d9a8eb5d4b2 "glapi: include generated headers without path"
> ---
>  src/mapi/glapi/SConscript | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/mapi/glapi/SConscript b/src/mapi/glapi/SConscript
> index 994778a..08fed6c 100644
> --- a/src/mapi/glapi/SConscript
> +++ b/src/mapi/glapi/SConscript
> @@ -30,6 +30,7 @@ env.Append(CPPPATH = [
>      '#/src',
>      '#/src/mapi',
>      '#/src/mesa',
> +    Dir('.'), # src/mapi/glapi build path
>      Dir('..'), # src/mapi build path
>  ])
>  
> 

Makes sense to me.

Reviewed-by: Roland Scheidegger <sroland at vmware.com>


More information about the mesa-dev mailing list