[Mesa-dev] [PATCH] osmesa: add gallium include dirs to Makefile.am

Kai Wasserbäch kai at dev.carbon-project.org
Mon Feb 23 08:07:32 PST 2015


Thanks Brian, this fixes the build for me. You can have my
 Tested-by: Kai Wasserbäch <kai at dev.carbon-project.org>
for this patch.


Brian Paul wrote on 23.02.2015 16:39:
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89260
> ---
>  src/mesa/drivers/osmesa/Makefile.am | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/src/mesa/drivers/osmesa/Makefile.am b/src/mesa/drivers/osmesa/Makefile.am
> index 589b5ee..60048cc 100644
> --- a/src/mesa/drivers/osmesa/Makefile.am
> +++ b/src/mesa/drivers/osmesa/Makefile.am
> @@ -26,6 +26,8 @@ EXTRA_DIST = osmesa.def SConscript
>  AM_CPPFLAGS = \
>  	-I$(top_srcdir)/include \
>  	-I$(top_srcdir)/src \
> +	-I$(top_srcdir)/src/gallium/include \
> +	-I$(top_srcdir)/src/gallium/auxiliary \
>  	-I$(top_srcdir)/src/mapi \
>  	-I$(top_builddir)/src/mapi \
>  	-I$(top_srcdir)/src/mesa/ \
> 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 630 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150223/cf427b8a/attachment.sig>


More information about the mesa-dev mailing list