mirror of
https://github.com/X11Libre/xf86-video-intel.git
synced 2026-03-24 01:24:12 +00:00
Disable DRI3 by default
The external libraries, both in git, and especially shipping already enabled in distributions, are buggy and lead to server crashes and lockups. Caveat emptor. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
@@ -339,10 +339,10 @@ AC_ARG_ENABLE(dri2,
|
||||
[DRI2=$enableval],
|
||||
[DRI2=yes])
|
||||
AC_ARG_ENABLE(dri3,
|
||||
AS_HELP_STRING([--disable-dri3],
|
||||
[Disable DRI3 support [[default=yes]]]),
|
||||
AS_HELP_STRING([--enable-dri3],
|
||||
[Enable DRI3 support [[default=no]]]),
|
||||
[DRI3=$enableval],
|
||||
[DRI3=yes])
|
||||
[DRI3=no])
|
||||
|
||||
AC_ARG_ENABLE(xvmc, AS_HELP_STRING([--disable-xvmc],
|
||||
[Disable XvMC support [[default=yes]]]),
|
||||
|
||||
Reference in New Issue
Block a user