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

2017-10-26 Thread Eric Engestrom
On Wednesday, 2017-10-25 15:58:21 -0700, Dylan Baker wrote:
> Signed-off-by: Dylan Baker 

Series up to this patch is:
Reviewed-by: Eric Engestrom 

> ---
>  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
> 
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


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

2017-10-25 Thread Dylan Baker
Signed-off-by: Dylan Baker 
---
 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

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev