Signed-off-by: Dylan Baker <[email protected]>
---
include/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/meson.build b/include/meson.build
index bae6742c4d6..424d89acc83 100644
--- a/include/meson.build
+++ b/include/meson.build
@@ -40,7 +40,7 @@ if with_gles2
)
endif
-if with_gles1 or with_gles2 # or with_egl
+if with_gles1 or with_gles2 or with_egl
install_headers('KHR/khrplatform.h', subdir : 'KHR')
endif
--
2.15.0
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev