summaryrefslogtreecommitdiff
path: root/progs/egl/eglut
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2010-04-19 20:25:17 -0700
committerDan Nicholson <dbn.lists@gmail.com>2010-04-19 20:25:17 -0700
commita69ef34640aa37f886b94631f7c2a91baa56a644 (patch)
tree1e8ef093922d3b0e9cd28ecabb722bedf1753529 /progs/egl/eglut
parent02224ec4e0de8072c9d730821f88e0a00212ff50 (diff)
egl: Fix demos to build with user specified Xlib
Commit 88be2171e7 fixed the egl demos on the stable branch, but now they're spread out across multiple subdirectories. Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
Diffstat (limited to 'progs/egl/eglut')
-rw-r--r--progs/egl/eglut/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/progs/egl/eglut/Makefile b/progs/egl/eglut/Makefile
index f5cafa7010..dec89117bb 100644
--- a/progs/egl/eglut/Makefile
+++ b/progs/egl/eglut/Makefile
@@ -4,7 +4,8 @@ TOP = ../../..
include $(TOP)/configs/current
INCLUDES = \
- -I$(TOP)/include
+ -I$(TOP)/include \
+ $(X11_CFLAGS)
SOURCES = $(wildcard *.c)