Module: Mesa
Branch: master
Commit: 7776dc32eb10c8cf4ec9720e1c8a3bd8fd3a7d1d
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=7776dc32eb10c8cf4ec9720e1c8a3bd8fd3a7d1d

Author: Dylan Baker <[email protected]>
Date:   Wed Nov 29 11:18:52 2017 -0800

meson: fix glxext.h install

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

Reported-by: Marc Dietrich <[email protected]>
Signed-off-by: Dylan Baker <[email protected]>
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 c6aa924824..35e7791507 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'

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to