From fbfecda6ae9cf3ccaa1cef3ea60dfec12ca6e503 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Tue, 27 Apr 2010 14:13:13 +0800 Subject: progs/egl: Add egl/eglut to PROGRAM_DIRS. Make sure eglut is built before the demos. This should work more reliably with make -j. --- configs/linux-opengl-es | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/linux-opengl-es') diff --git a/configs/linux-opengl-es b/configs/linux-opengl-es index ead47136f4..6984aa9b2c 100644 --- a/configs/linux-opengl-es +++ b/configs/linux-opengl-es @@ -7,7 +7,7 @@ CONFIG_NAME = linux-opengl-es # Directories to build LIB_DIR = lib SRC_DIRS = egl glsl mesa/es gallium gallium/winsys gallium/targets -PROGRAM_DIRS = egl/opengles1 egl/opengles2 +PROGRAM_DIRS = egl/eglut egl/opengles1 egl/opengles2 # egl st needs this DEFINES += -DGLX_DIRECT_RENDERING -- cgit v1.2.3