mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-04 03:50:31 +01:00
configure.ac: correct driglx-direct help text
The default was toggled a while back, but the text wasn't updated. Fixes:bd526ec9e1("configure: Always default to --enable-driglx-direct") Cc: Jon TURNEY <jon.turney@dronecode.org.uk> Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Daniel Stone <daniels@collabora.com> (cherry picked from commit6aeef54644)
This commit is contained in:
parent
caad5571fb
commit
47542b1f99
1 changed files with 1 additions and 1 deletions
|
|
@ -1535,7 +1535,7 @@ fi
|
|||
AC_ARG_ENABLE([driglx-direct],
|
||||
[AS_HELP_STRING([--disable-driglx-direct],
|
||||
[disable direct rendering in GLX and EGL for DRI \
|
||||
@<:@default=auto@:>@])],
|
||||
@<:@default=enabled@:>@])],
|
||||
[driglx_direct="$enableval"],
|
||||
[driglx_direct="yes"])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue