mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-28 17:30:36 +01:00
configure: Default to gbm=no on osx
Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
(cherry picked from commit 7ad7a07c88)
This commit is contained in:
parent
9f6e05d11f
commit
e55ca6768f
1 changed files with 2 additions and 2 deletions
|
|
@ -1207,10 +1207,10 @@ AC_ARG_ENABLE([xa],
|
|||
[enable_xa=no])
|
||||
AC_ARG_ENABLE([gbm],
|
||||
[AS_HELP_STRING([--enable-gbm],
|
||||
[enable gbm library @<:@default=yes except cygwin@:>@])],
|
||||
[enable gbm library @<:@default=yes except cygwin and macOS@:>@])],
|
||||
[enable_gbm="$enableval"],
|
||||
[case "$host_os" in
|
||||
cygwin*)
|
||||
cygwin* | darwin*)
|
||||
enable_gbm=no
|
||||
;;
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue