diff options
author | Chia-I Wu <[email protected]> | 2010-04-01 11:17:43 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-04-01 22:25:48 +0800 |
commit | c727ef01083c873abfaf3c79b28d7cbcd6361bf3 (patch) | |
tree | bb6e39db1c2ae014b7df589748b992d20b25e198 /configs/linux-egl | |
parent | 2da7ef077a494373904f2e8ad4fcd3885c2bba9b (diff) |
progs/egl: Move demos a level deeper.
Move the demos to "opengl" subdirectory.
Diffstat (limited to 'configs/linux-egl')
-rw-r--r-- | configs/linux-egl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-egl b/configs/linux-egl index 28165ed5b5a..cd664b4171f 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 |