diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-10-19 20:11:15 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-10-19 20:11:15 +0000 |
commit | 79b5d3e539b89922afc82b2a1d85b9b82109da47 (patch) | |
tree | 94a01e0df3ad16446e8d94cc3e79c71bef61e947 /configs | |
parent | 464fcd0dd84cf4c705b992a087cdcb8b403eb8ef (diff) |
remove some debug/test changes
Diffstat (limited to 'configs')
-rw-r--r-- | configs/default | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/default b/configs/default index aa6cef9e3c..e805925701 100644 --- a/configs/default +++ b/configs/default @@ -78,8 +78,7 @@ APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LIB) -l$(GL_LIB) -lm # Installation directories (for make install) -#INSTALL_DIR = /usr/local -INSTALL_DIR = /tmp/mesa2 +INSTALL_DIR = /usr/local DRI_DRIVER_INSTALL_DIR = /usr/X11R6/lib/modules/dri # Where libGL will look for DRI hardware drivers |