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

Jose Fonseca jfonseca at vmware.com
Mon Feb 23 08:26:46 PST 2015


Reviewed-by: Jose Fonseca <jfonseca at vmware.com>

On 23/02/15 15:39, Brian Paul wrote:
> Bugzilla: https://urldefense.proofpoint.com/v2/url?u=https-3A__bugs.freedesktop.org_show-5Fbug.cgi-3Fid-3D89260&d=AwIGaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=zfmBZnnVGHeYde45pMKNnVyzeaZbdIqVLprmZCM2zzE&m=L3FUFZqbsV2eYNm6VbjgT5qY_yg6oQVVIGmIpHCWmCk&s=pZJUnXyvyUf9-BWVRNH4MMH7sDN3k-v03REnL_Pa2wU&e=
> ---
>   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/ \
>



More information about the mesa-dev mailing list