Lines Matching defs:DGA
468 [Enable legacy Direct Graphics Access (DGA) for i810 chipsets [default=auto]]),
469 [DGA="$enableval"],
470 [DGA="auto"])
471 if test "x$DGA" != "xno"; then
474 AC_CHECK_HEADERS([dgaproc.h], DGA="yes", DGA="no", [#include <dixstruct.h>])
477 AC_MSG_CHECKING([whether to include DGA support])
478 AC_MSG_RESULT([$DGA])
480 AM_CONDITIONAL(DGA, test "x$DGA" = "xyes")