mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-08 04:38:04 +02:00
configure.ac: ac_define HAVE_RADEON
This commit is contained in:
parent
ed7d177f66
commit
c75fe3ae73
1 changed files with 3 additions and 0 deletions
|
|
@ -244,6 +244,9 @@ fi
|
|||
|
||||
AM_CONDITIONAL(HAVE_INTEL, [test "x$INTEL" != "xno"])
|
||||
AM_CONDITIONAL(HAVE_RADEON, [test "x$RADEON" != "xno"])
|
||||
if test "x$RADEON" = xyes; then
|
||||
AC_DEFINE(HAVE_RADEON, 1, [Have radeon support])
|
||||
fi
|
||||
|
||||
AC_ARG_WITH([kernel-source],
|
||||
[AS_HELP_STRING([--with-kernel-source],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue