Another typo, the glext.h header was being install instead. Reported-by: Marc Dietrich <marvi...@gmx.de> Signed-off-by: Dylan Baker <dylanx.c.ba...@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 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev