On Wednesday, 2017-11-29 11:19:54 -0800, Dylan Baker wrote:
> This is a typo, gl32.h is installed twice.
> 
> Reported-by: Marc Dietrich <[email protected]>
> Signed-off-by: Dylan Baker <[email protected]>

Both are
Reviewed-by: Eric Engestrom <[email protected]>

> ---
>  include/meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/meson.build b/include/meson.build
> index b5f533bd185..c6aa9248247 100644
> --- a/include/meson.build
> +++ b/include/meson.build
> @@ -34,7 +34,7 @@ if with_gles2
>      subdir : 'GLES2',
>    )
>    install_headers(
> -    'GLES3/gl3.h', 'GLES3/gl32.h', 'GLES3/gl32.h', 'GLES3/gl3ext.h',
> +    'GLES3/gl3.h', 'GLES3/gl31.h', 'GLES3/gl32.h', 'GLES3/gl3ext.h',
>      'GLES3/gl3platform.h',
>      subdir : 'GLES3',
>    )
> -- 
> 2.15.0
> 
> _______________________________________________
> mesa-dev mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to