mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 16:28:08 +02:00
Distribute dri_sarea.h with the tarballs
The GL/internal/dri_sarea.h header was missing from the tarballs, causing the build to bomb for DRI2.
This commit is contained in:
parent
7688791fc5
commit
930c253947
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -314,6 +314,7 @@ MAIN_FILES = \
|
|||
|
||||
DRI_FILES = \
|
||||
$(DIRECTORY)/include/GL/internal/dri_interface.h \
|
||||
$(DIRECTORY)/include/GL/internal/dri_sarea.h \
|
||||
$(DIRECTORY)/include/GL/internal/sarea.h \
|
||||
$(DIRECTORY)/src/glx/Makefile \
|
||||
$(DIRECTORY)/src/glx/x11/Makefile \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue