meson: fix GLES3/gl31.h install
authorDylan Baker <dylan@pnwbakers.com>
Wed, 29 Nov 2017 19:16:59 +0000 (11:16 -0800)
committerDylan Baker <dylan@pnwbakers.com>
Thu, 30 Nov 2017 18:00:49 +0000 (10:00 -0800)
This is a typo, gl32.h is installed twice.

Reported-by: Marc Dietrich <marvin24@gmx.de>
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
include/meson.build

index b5f533bd185ba9fbd6e4001ced2dfcceadfc7274..c6aa9248247b739020b2a929005c47f4641c6de3 100644 (file)
@@ -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',
   )