[Mesa-dev] [PATCH 1/2] meson: fix GLES3/gl31.h install
Eric Engestrom
eric.engestrom at imgtec.com
Thu Nov 30 17:28:38 UTC 2017
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 <marvin24 at gmx.de>
> Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
Both are
Reviewed-by: Eric Engestrom <eric.engestrom at imgtec.com>
> ---
> 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
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list