[Mesa-dev] [PATCH 7/9] meson: Add generated files to non-shared glapi

Eric Engestrom eric.engestrom at imgtec.com
Thu Oct 26 09:21:26 UTC 2017


On Wednesday, 2017-10-25 15:58:21 -0700, Dylan Baker wrote:
> Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>

Series up to this patch is:
Reviewed-by: Eric Engestrom <eric.engestrom at imgtec.com>

> ---
>  src/mapi/glapi/meson.build | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/src/mapi/glapi/meson.build b/src/mapi/glapi/meson.build
> index d3e070d0d1a..74f84d289ba 100644
> --- a/src/mapi/glapi/meson.build
> +++ b/src/mapi/glapi/meson.build
> @@ -55,6 +55,9 @@ else
>      'glapi_priv.h',
>    )
>    static_glapi_files += files_mapi_util
> +  static_glapi_files += [
> +    glapitable_h, glapi_mapi_tmp_h, glprocs_h, glapitemp_h,
> +  ]
>    if with_asm_arch == 'x86'
>      static_glapi_files += glapi_x86_s
>    elif with_asm_arch == 'x86_64'
> -- 
> 2.14.2
> 


More information about the mesa-dev mailing list