summaryrefslogtreecommitdiff
path: root/src/egl/drivers
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2010-04-19 20:22:48 -0700
committerDan Nicholson <dbn.lists@gmail.com>2010-04-19 20:22:48 -0700
commit02224ec4e0de8072c9d730821f88e0a00212ff50 (patch)
tree565fe9ab2c6380cd81ead1ef468888a837c2edd5 /src/egl/drivers
parent35e60aed0bcc63d906dfdd64fe5014b2ca4394f0 (diff)
parent88be2171e7336201e5ee97ade36ba3de4fe939bf (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/drivers')
-rw-r--r--src/egl/drivers/glx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/egl/drivers/glx/Makefile b/src/egl/drivers/glx/Makefile
index 634638f538..d976b91a74 100644
--- a/src/egl/drivers/glx/Makefile
+++ b/src/egl/drivers/glx/Makefile
@@ -10,7 +10,7 @@ EGL_INCLUDES = \
-I$(TOP)/include \
-I$(TOP)/src/egl/main
-EGL_CFLAGS =
-EGL_LIBS = -lX11 -lGL
+EGL_CFLAGS = $(X11_CFLAGS)
+EGL_LIBS = $(X11_LIBS) -lGL
include ../Makefile.template