summaryrefslogtreecommitdiff
path: root/configs/autoconf.in
diff options
context:
space:
mode:
authorChow Loong Jin <hyperair@gmail.com>2009-10-28 14:34:14 +0800
committerDan Nicholson <dbn.lists@gmail.com>2009-10-30 06:00:13 -0700
commit35506dec6734a1ae777dc16981cb19e514f41897 (patch)
tree2018d660485dc5ca20cd11512ccacda3b82c8cad /configs/autoconf.in
parent02b9fb9c80ae9079cd2eab945d58551f9d9cbd7c (diff)
Add --with-dri-searchpath argument
* Add an extra argument to configure which allows for specifying different DRI driver search paths to libGL (FDO #24766) Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
Diffstat (limited to 'configs/autoconf.in')
-rw-r--r--configs/autoconf.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/autoconf.in b/configs/autoconf.in
index 83737e3a7df..a7f3c9df926 100644
--- a/configs/autoconf.in
+++ b/configs/autoconf.in
@@ -124,7 +124,7 @@ INSTALL_INC_DIR = $(includedir)
DRI_DRIVER_INSTALL_DIR = @DRI_DRIVER_INSTALL_DIR@
# Where libGL will look for DRI hardware drivers
-DRI_DRIVER_SEARCH_DIR = $(DRI_DRIVER_INSTALL_DIR)
+DRI_DRIVER_SEARCH_DIR = @DRI_DRIVER_SEARCH_DIR@
# Xorg driver install directory (for xorg state-tracker)
XORG_DRIVER_INSTALL_DIR = @XORG_DRIVER_INSTALL_DIR@