diff options
author | Austin Yuan <shengquan.yuan@intel.com> | 2009-07-08 17:48:06 +0800 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2009-07-08 17:48:06 +0800 |
commit | 39551cbc364a700b2a8875cb154265f4a35fc523 (patch) | |
tree | 818174b99226fce061df8b337e9cd02db609903e /configure.ac | |
parent | ddb1a3247bab99832366429888522a314526e98c (diff) |
don't build i965 driver by default
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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])],, |