I sent almost the same patch at exactly the same time. I also needed to add this path to src/map/glapi/Sconscript to get scons building. Maybe that's unrelated?
Dylan
Quoting Brian Paul (2017-10-27 15:35:09)
> Fixes: ea53d9a8eb5d4b2 "glapi: include generated headers without path"
> ---
> src/mesa/drivers/osmesa/SConscript | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/mesa/drivers/osmesa/SConscript
> b/src/mesa/drivers/osmesa/SConscript
> index 7280314..9391dc3 100644
> --- a/src/mesa/drivers/osmesa/SConscript
> +++ b/src/mesa/drivers/osmesa/SConscript
> @@ -7,6 +7,7 @@ env.Prepend(CPPPATH = [
> '#src/mapi',
> '#src/mesa',
> Dir('../../../mapi'), # src/mapi build path for python-generated GL API
> files/headers
> + Dir('../../../mapi/glapi'), # src/mapi/glapi build path
> ])
>
> env.Prepend(LIBS = [
> --
> 1.9.1
>
> _______________________________________________
> mesa-dev mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
signature.asc
Description: signature
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
