mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-02 23:48:01 +02:00
configure.ac: fix help string copy/pasta
The message "enabled on x86" was meant for the intel libdrm. Take the opportunity to mention how libkms is autodetected. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
0e4d5a3a46
commit
648508518e
1 changed files with 2 additions and 2 deletions
|
|
@ -61,12 +61,12 @@ AC_ARG_ENABLE([udev],
|
|||
|
||||
AC_ARG_ENABLE(libkms,
|
||||
AS_HELP_STRING([--disable-libkms],
|
||||
[Disable KMS mm abstraction library (default: auto, enabled on x86]),
|
||||
[Disable KMS mm abstraction library (default: auto, enabled on supported platforms)]),
|
||||
[LIBKMS=$enableval], [LIBKMS=auto])
|
||||
|
||||
AC_ARG_ENABLE(intel,
|
||||
AS_HELP_STRING([--disable-intel],
|
||||
[Enable support for intel's KMS API (default: auto)]),
|
||||
[Enable support for intel's KMS API (default: auto, enabled on x86)]),
|
||||
[INTEL=$enableval], [INTEL=auto])
|
||||
|
||||
AC_ARG_ENABLE(radeon,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue