put drivers into /usr/lib/dri by default 38/438/1
authorAustin Yuan <shengquan.yuan@intel.com>
Wed, 8 Jul 2009 09:50:16 +0000 (17:50 +0800)
committerAustin Yuan <shengquan.yuan@intel.com>
Wed, 8 Jul 2009 09:50:16 +0000 (17:50 +0800)
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
configure.ac

index 33d4a36..db1c0cb 100644 (file)
@@ -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)