[Mesa-dev] [PATCH] scons: fix OSMesa driver build
Dylan Baker
dylan at pnwbakers.com
Fri Oct 27 22:52:57 UTC 2017
Ah, I see that you fixed that already,
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
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
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20171027/990674ea/attachment.sig>
More information about the mesa-dev
mailing list