summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2015-03-10 17:57:59 +0000
committerEmil Velikov <emil.l.velikov@gmail.com>2015-03-10 18:10:52 +0000
commit9244d98136783cef43ffba6cca0f18802c39b63f (patch)
treed61aaafd90928bae192722bc81bdb3d8f7028da3 /configure.ac
parent36cff14bb03ef384d0d329de9ba3ebc899f7f87f (diff)
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 63000837..437f4da4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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,