mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-01 18:50:15 +01:00
Add config.h macro HAVE_NOUVEAU
This commit is contained in:
parent
f6dc964e1d
commit
afd74ec555
1 changed files with 3 additions and 0 deletions
|
|
@ -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])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue