Yeah, this is git+me screwing up the rebase. The actual useful part of this
patch (that defines mkdir and getpid) is already in master. I'll drop this patch
entirely.

Dylan

Quoting Marek Olšák (2018-08-07 10:45:42)
> Reviewed-by: Marek Olšák <marek.ol...@amd.com>
> 
> The commit message doesn't match the content of the patch.
> 
> Marek
> 
> On Mon, Aug 6, 2018 at 8:50 PM, Dylan Baker <dy...@pnwbakers.com> wrote:
> > By including the proper headers for getpid and for mkdir.
> >
> > Signed-off-by: Dylan Baker <dylan.c.ba...@intel.com>
> > Reviewed-by: Marek Olšák <marek.ol...@amd.com>
> > ---
> >  src/gallium/auxiliary/meson.build | 6 ++++++
> >  1 file changed, 6 insertions(+)
> >
> > diff --git a/src/gallium/auxiliary/meson.build 
> > b/src/gallium/auxiliary/meson.build
> > index 98542d7ef3e..4facaae08d6 100644
> > --- a/src/gallium/auxiliary/meson.build
> > +++ b/src/gallium/auxiliary/meson.build
> > @@ -106,6 +106,12 @@ files_libgallium = files(
> >    'driver_trace/tr_screen.h',
> >    'driver_trace/tr_texture.c',
> >    'driver_trace/tr_texture.h',
> > +  'driver_ddebug/dd_context.c',
> > +  'driver_ddebug/dd_draw.c',
> > +  'driver_ddebug/dd_pipe.h',
> > +  'driver_ddebug/dd_public.h',
> > +  'driver_ddebug/dd_screen.c',
> > +  'driver_ddebug/dd_util.h',
> >    'hud/font.c',
> >    'hud/font.h',
> >    'hud/hud_context.c',
> > --
> > 2.18.0
> >
> > _______________________________________________
> > mesa-dev mailing list
> > mesa-dev@lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Attachment: signature.asc
Description: signature

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

Reply via email to