diff options
author | Chia-I Wu <olv@lunarg.com> | 2010-04-01 11:17:43 +0800 |
---|---|---|
committer | Chia-I Wu <olv@lunarg.com> | 2010-04-01 22:25:48 +0800 |
commit | c727ef01083c873abfaf3c79b28d7cbcd6361bf3 (patch) | |
tree | bb6e39db1c2ae014b7df589748b992d20b25e198 /configs | |
parent | 2da7ef077a494373904f2e8ad4fcd3885c2bba9b (diff) |
progs/egl: Move demos a level deeper.
Move the demos to "opengl" subdirectory.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-dri | 2 | ||||
-rw-r--r-- | configs/linux-egl | 2 |
2 files changed, 2 insertions, 2 deletions
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 |