Dylan Baker <dy...@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.ba...@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?

Attachment: signature.asc
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to