From c727ef01083c873abfaf3c79b28d7cbcd6361bf3 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Thu, 1 Apr 2010 11:17:43 +0800 Subject: progs/egl: Move demos a level deeper. Move the demos to "opengl" subdirectory. --- configs/linux-dri | 2 +- configs/linux-egl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'configs') diff --git a/configs/linux-dri b/configs/linux-dri index e21a3e9594..9017becdaf 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -52,7 +52,7 @@ GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lXxf86vm -lXdamage -lXfixes \ # Directories SRC_DIRS := glx egl $(SRC_DIRS) -PROGRAM_DIRS := egl $(PROGRAM_DIRS) +PROGRAM_DIRS := egl/opengl $(PROGRAM_DIRS) # EGL directories EGL_DRIVERS_DIRS = glx diff --git a/configs/linux-egl b/configs/linux-egl index 28165ed5b5..cd664b4171 100644 --- a/configs/linux-egl +++ b/configs/linux-egl @@ -48,7 +48,7 @@ GL_LIB_DEPS = $(EXTRA_LIB_PATH) -lX11 -lXext -lXxf86vm -lXdamage -lXfixes \ # Directories SRC_DIRS = gallium mesa gallium/winsys gallium/targets glu egl -PROGRAM_DIRS = egl +PROGRAM_DIRS = egl/opengl DRIVER_DIRS = dri GALLIUM_WINSYS_DIRS = egl_drm -- cgit v1.2.3