diff options
author | Jesse Barnes <jesse.barnes@intel.com> | 2007-10-29 12:06:36 -0700 |
---|---|---|
committer | Jesse Barnes <jesse.barnes@intel.com> | 2007-10-29 12:06:36 -0700 |
commit | ad8ee7db3b406b23136873fc8c87a22e4d8b94de (patch) | |
tree | 315376bc48f2a0e9d17caad053b48e1de524e820 /configs/linux-dri | |
parent | 38fdb47d26055e19d50cd407266b56ed4317ae0a (diff) | |
parent | 06ca14543ee3dc4ed35a98db71b0d4a7aa7d9371 (diff) |
Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa
Diffstat (limited to 'configs/linux-dri')
-rw-r--r-- | configs/linux-dri | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/linux-dri b/configs/linux-dri index afa2d8ca34..2369f75b07 100644 --- a/configs/linux-dri +++ b/configs/linux-dri @@ -55,10 +55,10 @@ USING_EGL=0 # Directories ifeq ($(USING_EGL), 1) SRC_DIRS = egl glx/x11 mesa glu glut/glx glw -PROGRAM_DIRS = egl +PROGRAM_DIRS = egl xdemos else SRC_DIRS = glx/x11 mesa glu glut/glx glw -PROGRAM_DIRS = +PROGRAM_DIRS = xdemos endif DRIVER_DIRS = dri |