mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 18:40:13 +01:00
automake: add missing inclusion of GL headers
Building fail when GL headers are not installed in the system, so add inclusion of these headers. Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
cbffaf20e9
commit
78ac9af580
2 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
if HAVE_X86_64_ASM
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/src/mesa \
|
||||
-I$(top_srcdir)/src/mapi \
|
||||
$(API_DEFINES) \
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@
|
|||
if HAVE_X86_ASM
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/src/mesa \
|
||||
-I$(top_srcdir)/src/mapi \
|
||||
$(API_DEFINES) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue