From a69ef34640aa37f886b94631f7c2a91baa56a644 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Mon, 19 Apr 2010 20:25:17 -0700 Subject: 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 --- progs/egl/opengles2/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'progs/egl/opengles2/Makefile') diff --git a/progs/egl/opengles2/Makefile b/progs/egl/opengles2/Makefile index 710c4d8c13..1ee2af2412 100644 --- a/progs/egl/opengles2/Makefile +++ b/progs/egl/opengles2/Makefile @@ -6,6 +6,7 @@ include $(TOP)/configs/current INCLUDE_DIRS = \ -I$(TOP)/include \ + $(X11_CFLAGS) HEADERS = $(TOP)/include/GLES/egl.h @@ -17,7 +18,7 @@ ES2_LIB_DEPS = \ ES2_LIBS = \ -L$(TOP)/$(LIB_DIR) -lEGL \ - -L$(TOP)/$(LIB_DIR) -lGLESv2 $(LIBDRM_LIB) -lX11 + -L$(TOP)/$(LIB_DIR) -lGLESv2 $(LIBDRM_LIB) $(X11_LIBS) PROGRAMS = \ es2_info \ -- cgit v1.2.3