mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-07 15:49:02 +02:00
configure: update help strings
Mention that freedreno and intel are both auto-detected (depending on the presence of atomics), plus host_cpu "defined". Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
36cff14bb0
commit
9244d98136
1 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@ AC_ARG_ENABLE([udev],
|
|||
|
||||
AC_ARG_ENABLE(libkms,
|
||||
AS_HELP_STRING([--disable-libkms],
|
||||
[Disable KMS mm abstraction library (default: auto)]),
|
||||
[Disable KMS mm abstraction library (default: auto, enabled on x86]),
|
||||
[LIBKMS=$enableval], [LIBKMS=auto])
|
||||
|
||||
AC_ARG_ENABLE(intel,
|
||||
|
|
@ -95,7 +95,7 @@ AC_ARG_ENABLE(exynos-experimental-api,
|
|||
|
||||
AC_ARG_ENABLE(freedreno,
|
||||
AS_HELP_STRING([--disable-freedreno],
|
||||
[Enable support for freedreno's KMS API (default: enabled on arm)]),
|
||||
[Enable support for freedreno's KMS API (default: auto, enabled on arm)]),
|
||||
[FREEDRENO=$enableval], [FREEDRENO=auto])
|
||||
|
||||
AC_ARG_ENABLE(freedreno-kgsl,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue