mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 20:08:06 +02:00
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 <imirkin@alum.mit.edu> Reviewed-by: Mark Janes <mark.a.janes@intel.com> Tested-by: Mark Janes <mark.a.janes@intel.com>
This commit is contained in:
parent
36347c8d6f
commit
f654b4983a
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue