summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@intel.com>2009-07-08 17:50:16 +0800
committerAustin Yuan <shengquan.yuan@intel.com>2009-07-08 17:50:16 +0800
commit65654a4003374c1eb6b0c2611d02634d67bd5c17 (patch)
treecb85cd02d7f7a9e9074198f1ce31cb510ab074a3
parent39551cbc364a700b2a8875cb154265f4a35fc523 (diff)
downloadlibva-65654a4003374c1eb6b0c2611d02634d67bd5c17.tar.gz
put drivers into /usr/lib/dri by default
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 33d4a36..db1c0cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -73,7 +73,7 @@ AC_ARG_ENABLE(i965-driver,
AC_ARG_WITH(drivers-path,
[AC_HELP_STRING([--with-drivers-path=[[path]]], [drivers path])],,
- [with_drivers_path="$libdir/va/drivers"])
+ [with_drivers_path="$libdir/dri"])
LIBVA_DRIVERS_PATH="$with_drivers_path"
AC_SUBST(LIBVA_DRIVERS_PATH)