[Mesa-dev] [PATCH] nouveau: Make it compile

Tobias Klausmann tobias.johannes.klausmann at mni.thm.de
Mon May 16 14:07:36 UTC 2016


Latest master head compiles fine here without this patch for a small 
build (i965 and nouveau)


On 16.05.2016 15:52, Daniel Vetter wrote:
> No idea why, but without this my mesa stopped compiling ...
>
> Signed-off-by: Daniel Vetter <daniel.vetter at intel.com>
> ---
>   src/mesa/drivers/dri/nouveau/nouveau_screen.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/src/mesa/drivers/dri/nouveau/nouveau_screen.c b/src/mesa/drivers/dri/nouveau/nouveau_screen.c
> index 6f61f66f3b01..2961a8b435c0 100644
> --- a/src/mesa/drivers/dri/nouveau/nouveau_screen.c
> +++ b/src/mesa/drivers/dri/nouveau/nouveau_screen.c
> @@ -27,6 +27,7 @@
>   #include <stdio.h>
>   #include <xf86drm.h>
>   #include <nouveau_drm.h>
> +#include <nouveau/nouveau.h>
>   #include "nouveau_driver.h"
>   #include "nouveau_context.h"
>   #include "nouveau_fbo.h"



More information about the mesa-dev mailing list