diff options
author | Dan Nicholson <[email protected]> | 2010-04-19 20:22:48 -0700 |
---|---|---|
committer | Dan Nicholson <[email protected]> | 2010-04-19 20:22:48 -0700 |
commit | 02224ec4e0de8072c9d730821f88e0a00212ff50 (patch) | |
tree | 565fe9ab2c6380cd81ead1ef468888a837c2edd5 /src/egl/main | |
parent | 35e60aed0bcc63d906dfdd64fe5014b2ca4394f0 (diff) | |
parent | 88be2171e7336201e5ee97ade36ba3de4fe939bf (diff) |
Merge branch '7.8'
Conflicts:
progs/egl/Makefile
progs/egl/Makefile is gone on master with the egl demos split into
subdirectories. Will require an additional commit.
Diffstat (limited to 'src/egl/main')
-rw-r--r-- | src/egl/main/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/main/Makefile b/src/egl/main/Makefile index 31f214cf6f2..3b4ebf7fec4 100644 --- a/src/egl/main/Makefile +++ b/src/egl/main/Makefile @@ -7,7 +7,7 @@ include $(TOP)/configs/current EGL_MAJOR = 1 EGL_MINOR = 0 -INCLUDE_DIRS = -I$(TOP)/include +INCLUDE_DIRS = -I$(TOP)/include $(X11_CFLAGS) HEADERS = \ eglcompiler.h \ |