Commit 39551cbc authored by Austin Yuan's avatar Austin Yuan

don't build i965 driver by default

Signed-off-by: default avatarAustin Yuan <shengquan.yuan@intel.com>
parent ddb1a324
...@@ -69,7 +69,7 @@ AM_CONDITIONAL(BUILD_DUMMY_DRIVER, test x$enable_dummy_driver = xyes) ...@@ -69,7 +69,7 @@ AM_CONDITIONAL(BUILD_DUMMY_DRIVER, test x$enable_dummy_driver = xyes)
AC_ARG_ENABLE(i965-driver, AC_ARG_ENABLE(i965-driver,
[AC_HELP_STRING([--enable-i965-driver], [AC_HELP_STRING([--enable-i965-driver],
[build i965 video driver])], [build i965 video driver])],
[], [enable_i965_driver=yes]) [], [enable_i965_driver=no])
AC_ARG_WITH(drivers-path, AC_ARG_WITH(drivers-path,
[AC_HELP_STRING([--with-drivers-path=[[path]]], [drivers path])],, [AC_HELP_STRING([--with-drivers-path=[[path]]], [drivers path])],,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment