[Mesa-dev] [PATCH 2/2] meson: fix glxext.h install

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


Another typo, the glext.h header was being install instead.

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 c6aa9248247..35e7791507c 100644
--- a/include/meson.build
+++ b/include/meson.build
@@ -52,7 +52,7 @@ if with_opengl
 endif
 
 if with_glx != 'disabled'
-  install_headers('GL/glx.h', 'GL/glext.h', 'GL/glx_mangle.h', subdir : 'GL')
+  install_headers('GL/glx.h', 'GL/glxext.h', 'GL/glx_mangle.h', subdir : 'GL')
 endif
 
 if with_osmesa != 'none'
-- 
2.15.0



More information about the mesa-dev mailing list