mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 05:58:05 +02:00
mesa: include glew headers in MesaDemos tarballs
This commit is contained in:
parent
b4ba6a66b7
commit
c57d81ddc9
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -389,6 +389,9 @@ GLW_FILES = \
|
|||
$(DIRECTORY)/src/glw/depend
|
||||
|
||||
GLEW_FILES = \
|
||||
$(DIRECTORY)/include/GL/glew.h \
|
||||
$(DIRECTORY)/include/GL/glxew.h \
|
||||
$(DIRECTORY)/include/GL/wglew.h \
|
||||
$(DIRECTORY)/src/glew/*.c \
|
||||
$(DIRECTORY)/src/glew/Makefile \
|
||||
$(DIRECTORY)/src/glew/SConscript \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue