OSDN Git Service

don't build i965 driver by default
authorAustin Yuan <shengquan.yuan@intel.com>
Wed, 8 Jul 2009 09:48:06 +0000 (17:48 +0800)
committerAustin Yuan <shengquan.yuan@intel.com>
Wed, 8 Jul 2009 09:48:06 +0000 (17:48 +0800)
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
configure.ac

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