[Mesa-dev] [PATCH] drivers/x11: add gallium include dirs to Makefile.am

Kenneth Graunke kenneth at whitecape.org
Sat Feb 21 13:20:51 PST 2015


On Friday, February 20, 2015 01:20:25 PM Brian Paul wrote:
> Fixes xlib driver build after e8c5cbfd921680c.
> ---
>  src/mesa/drivers/x11/Makefile.am | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/src/mesa/drivers/x11/Makefile.am b/src/mesa/drivers/x11/Makefile.am
> index 76a7cd4..c0596f8 100644
> --- a/src/mesa/drivers/x11/Makefile.am
> +++ b/src/mesa/drivers/x11/Makefile.am
> @@ -30,6 +30,8 @@ AM_CPPFLAGS = \
>  	-I$(top_srcdir)/src/mapi \
>  	-I$(top_srcdir)/src/mesa \
>  	-I$(top_srcdir)/src \
> +	-I$(top_srcdir)/src/gallium/include \
> +	-I$(top_srcdir)/src/gallium/auxiliary \
>  	-I$(top_srcdir)/src/mesa/main \
>  	$(X11_INCLUDES) \
>  	$(DEFINES)
> 

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150221/a26ed89b/attachment.sig>


More information about the mesa-dev mailing list