diff options
author | Alan Hourihane <alanh@tungstengraphics.com> | 2008-08-17 19:12:54 +0100 |
---|---|---|
committer | Alan Hourihane <alanh@tungstengraphics.com> | 2008-08-17 19:12:54 +0100 |
commit | 3eeafb7179b861ee6359c8747f4e009513d7ce7a (patch) | |
tree | 7a4857e725c177c48b5a38e8e8504bf33ab95a78 | |
parent | 404166217ac4ae7f5ef656be7352c98b9c8197da (diff) |
choose sane default for dri driver location
-rw-r--r-- | configs/default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/default b/configs/default index 1b203b00d2..2d14b8aef7 100644 --- a/configs/default +++ b/configs/default @@ -91,7 +91,7 @@ APP_LIB_DEPS = $(EXTRA_LIB_PATH) -L$(TOP)/$(LIB_DIR) -l$(GLUT_LIB) -l$(GLU_LI # Installation directories (for make install) INSTALL_DIR = /usr/local -DRI_DRIVER_INSTALL_DIR = /usr/X11R6/lib/modules/dri +DRI_DRIVER_INSTALL_DIR = /usr/lib/dri # Where libGL will look for DRI hardware drivers DRI_DRIVER_SEARCH_DIR = $(DRI_DRIVER_INSTALL_DIR) |