[Mesa-dev] [PATCH] etnaviv: automake: include common_3d.xml.h in the sources lists

Juan A. Suarez Romero jasuarez at igalia.com
Tue Nov 7 15:56:01 UTC 2017


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
> > 
> 
> 


More information about the mesa-dev mailing list