On Tue, 2017-11-07 at 15:30 +0000, Eric Engestrom wrote:
> On Tuesday, 2017-11-07 16:18:55 +0100, Juan A. Suarez Romero wrote:
> > Fixes: f1e1c60ff6 ("etnaviv: Update from rnndb")
> > ---
> >  src/gallium/drivers/etnaviv/Makefile.sources | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/src/gallium/drivers/etnaviv/Makefile.sources 
> > b/src/gallium/drivers/etnaviv/Makefile.sources
> > index ea8df807f66..aafcc380aa5 100644
> > --- a/src/gallium/drivers/etnaviv/Makefile.sources
> > +++ b/src/gallium/drivers/etnaviv/Makefile.sources
> > @@ -1,6 +1,7 @@
> >  C_SOURCES :=  \
> >     hw/cmdstream.xml.h \
> >     hw/common.xml.h \
> > +   hw/common_3d.xml.h \
> >     hw/isa.xml.h \
> >     hw/state_3d.xml.h \
> >     hw/state.xml.h \
> 
> Please add this hunk :)
> 

Sure. Didn't realize about the meson.build. :)

Sent a new V2.


        J.A.

> ----8<----
> diff --git a/src/gallium/drivers/etnaviv/meson.build 
> b/src/gallium/drivers/etnaviv/meson.build
> index f4ae57b4a75949e26f74..b9c5e47d197b33306cca 100644
> --- a/src/gallium/drivers/etnaviv/meson.build
> +++ b/src/gallium/drivers/etnaviv/meson.build
> @@ -21,6 +21,7 @@
>  files_etnaviv = files(
>    'hw/cmdstream.xml.h',
>    'hw/common.xml.h',
> +  'hw/common_3d.xml.h',
>    'hw/isa.xml.h',
>    'hw/state_3d.xml.h',
>    'hw/state.xml.h',
> ---->8----
> 
> > -- 
> > 2.13.6
> > 
> 
> 
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to