[Mesa-dev] [PATCH 1/6] meson: Build i965 and dri stack

Eric Anholt eric at anholt.net
Wed Oct 4 21:34:40 UTC 2017


Dylan Baker <dylan at pnwbakers.com> writes:

> This gets pretty much the entire classic tree building, as well as
> i965, including the various glapis. There are some workarounds for bugs
> that are fixed in meson 0.43.0, which is due out on October 8th.
>
> I have tested this with piglit using glx.
>
> Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>

> diff --git a/meson.build b/meson.build
> index 5de64acefd6..1824a7ea184 100644
> --- a/meson.build
> +++ b/meson.build

> @@ -336,7 +419,12 @@ endif
>  
>  # pthread stubs. Lets not and say we didn't
>  
> +_req_parse = with_opengl or with_gles1 or with_gles2
> +prog_bison = find_program('bison', required : _req_parse)
> +prog_flex = find_program('flex', required : _req_parse)

Just reuse with_any_opengl here?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20171004/6880e48d/attachment.sig>


More information about the mesa-dev mailing list