summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2010-04-01 11:17:43 +0800
committerChia-I Wu <olv@lunarg.com>2010-04-01 22:25:48 +0800
commitc727ef01083c873abfaf3c79b28d7cbcd6361bf3 (patch)
treebb6e39db1c2ae014b7df589748b992d20b25e198 /configure.ac
parent2da7ef077a494373904f2e8ad4fcd3885c2bba9b (diff)
progs/egl: Move demos a level deeper.
Move the demos to "opengl" subdirectory.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f2e87f4d4c2..5647442ea17 100644
--- a/configure.ac
+++ b/configure.ac
@@ -954,7 +954,7 @@ if test "x$enable_egl" = xyes; then
fi
if test "$with_demos" = yes; then
- PROGRAM_DIRS="$PROGRAM_DIRS egl"
+ PROGRAM_DIRS="$PROGRAM_DIRS egl/opengl"
fi
fi
AC_SUBST([EGL_LIB_DEPS])