[Mesa-dev] [PATCH 1/2] meson: fix GLES3/gl31.h install

Dylan Baker dylan at pnwbakers.com
Wed Nov 29 19:19:54 UTC 2017


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>
---
 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



More information about the mesa-dev mailing list