Reviewed-by: Marek Olšák <[email protected]> The commit message doesn't match the content of the patch.
Marek On Mon, Aug 6, 2018 at 8:50 PM, Dylan Baker <[email protected]> wrote: > By including the proper headers for getpid and for mkdir. > > Signed-off-by: Dylan Baker <[email protected]> > Reviewed-by: Marek Olšák <[email protected]> > --- > 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 > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
