summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Yuan <shengquan.yuan@intel.com>2009-07-08 17:48:06 +0800
committerAustin Yuan <shengquan.yuan@intel.com>2009-07-08 17:48:06 +0800
commit39551cbc364a700b2a8875cb154265f4a35fc523 (patch)
tree818174b99226fce061df8b337e9cd02db609903e
parentddb1a3247bab99832366429888522a314526e98c (diff)
downloadlibva-39551cbc364a700b2a8875cb154265f4a35fc523.tar.gz
don't build i965 driver 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 8490203..33d4a36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -69,7 +69,7 @@ AM_CONDITIONAL(BUILD_DUMMY_DRIVER, test x$enable_dummy_driver = xyes)
AC_ARG_ENABLE(i965-driver,
[AC_HELP_STRING([--enable-i965-driver],
[build i965 video driver])],
- [], [enable_i965_driver=yes])
+ [], [enable_i965_driver=no])
AC_ARG_WITH(drivers-path,
[AC_HELP_STRING([--with-drivers-path=[[path]]], [drivers path])],,