Module: Mesa Branch: master Commit: 2f127e5236ca3c53bfe25fc4ffcfe16ae55ed42b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2f127e5236ca3c53bfe25fc4ffcfe16ae55ed42b
Author: Sedat Dilek <[email protected]> Date: Thu Dec 17 19:14:53 2009 +0100 configure.ac: Add glsl to SRC_DIRS Signed-off-by: Brian Paul <[email protected]> --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 25e4321..6fa0a60 100644 --- a/configure.ac +++ b/configure.ac @@ -413,7 +413,7 @@ esac dnl dnl Driver specific build directories dnl -SRC_DIRS="mesa glew" +SRC_DIRS="glsl mesa glew" GLU_DIRS="sgi" WINDOW_SYSTEM="" GALLIUM_DIRS="auxiliary drivers state_trackers" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
