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

Dylan Baker dylan at pnwbakers.com
Wed Oct 4 22:00:29 UTC 2017


Quoting Eric Anholt (2017-10-04 14:34:40)
> 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?

Yup, those predate the with_any_opengl variable in my development.

Dylan
-------------- 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/20171004/bae592bc/attachment.sig>


More information about the mesa-dev mailing list