diff options
author | Chow Loong Jin <[email protected]> | 2009-10-28 14:34:14 +0800 |
---|---|---|
committer | Dan Nicholson <[email protected]> | 2009-10-30 06:00:13 -0700 |
commit | 35506dec6734a1ae777dc16981cb19e514f41897 (patch) | |
tree | 2018d660485dc5ca20cd11512ccacda3b82c8cad /configs | |
parent | 02b9fb9c80ae9079cd2eab945d58551f9d9cbd7c (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 <[email protected]>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/autoconf.in | 2 |
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@ |