From: Ilia Mirkin Date: Tue, 6 Sep 2016 21:40:34 +0000 (-0400) Subject: mapi: add gl32.h to the list of GLES3 headers for installation X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f654b4983a8411ada20258f8095b3bc5543914c1;p=mesa.git mapi: add gl32.h to the list of GLES3 headers for installation This was missed when I added the updated (and new) Khronos headers. Signed-off-by: Ilia Mirkin Reviewed-by: Mark Janes Tested-by: Mark Janes --- diff --git a/src/mapi/Makefile.am b/src/mapi/Makefile.am index 68a28a2283c..3b0a9de5e77 100644 --- a/src/mapi/Makefile.am +++ b/src/mapi/Makefile.am @@ -207,6 +207,7 @@ GLES3_includedir = $(includedir)/GLES3 GLES3_include_HEADERS = \ $(top_srcdir)/include/GLES3/gl3.h \ $(top_srcdir)/include/GLES3/gl31.h \ + $(top_srcdir)/include/GLES3/gl32.h \ $(top_srcdir)/include/GLES3/gl3ext.h \ $(top_srcdir)/include/GLES3/gl3platform.h