Add config.h macro HAVE_NOUVEAU

main
Marcin Kościelnicki 2010-02-27 15:04:37 +00:00 committed by Jakob Bornecrantz
parent f6dc964e1d
commit afd74ec555
1 changed files with 3 additions and 0 deletions

View File

@ -154,6 +154,9 @@ if test "x$VMWGFX" = xyes; then
fi
AM_CONDITIONAL(HAVE_NOUVEAU, [test "x$NOUVEAU" = xyes])
if test "x$NOUVEAU" = xyes; then
AC_DEFINE(HAVE_NOUVEAU, 1, [Have nouveau (nvidia) support])
fi
AM_CONDITIONAL(HAVE_RADEON, [test "x$RADEON" = xyes])