[Mesa-dev] [PATCH 5/5] vc4: add missing nir include, to fix the build

Emil Velikov emil.l.velikov at gmail.com
Tue Jul 21 05:14:57 PDT 2015


On 17/07/15 18:17, Emil Velikov wrote:
> Cc: 10.6 <mesa-stable at lists.freedesktop.org>
> Cc: Eric Anholt <eric at anholt.net>
> Signed-off-by: Emil Velikov <emil.l.velikov at gmail.com>
> ---
>  src/gallium/drivers/vc4/Makefile.am | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/gallium/drivers/vc4/Makefile.am b/src/gallium/drivers/vc4/Makefile.am
> index a4a7f86..3b78502 100644
> --- a/src/gallium/drivers/vc4/Makefile.am
> +++ b/src/gallium/drivers/vc4/Makefile.am
> @@ -28,6 +28,7 @@ SIM_LDFLAGS = -lsimpenrose
>  endif
>  
>  AM_CFLAGS = \
> +	-I$(top_builddir)/src/glsl/nir \
>  	$(LIBDRM_CFLAGS) \
>  	$(GALLIUM_DRIVER_CFLAGS) \
>  	$(SIM_CFLAGS)
> 
With all the interest that 1/5 has inspired, this (dare I say it)
crusial patch has gone unnoticed.

Eric,
Can you kindly let me know how manage to build vc4, without this one ?
Things just fail on my machine (note I'm doing an out-of-tree builds).

Thanks
Emil




More information about the mesa-dev mailing list