projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbd0084
)
configure: Default to gbm=no on osx
author
Jon Turney
<jon.turney@dronecode.org.uk>
Tue, 16 Jan 2018 23:27:43 +0000
(23:27 +0000)
committer
Jon Turney
<jon.turney@dronecode.org.uk>
Thu, 1 Feb 2018 15:13:00 +0000
(15:13 +0000)
Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index ae5162319d149ddcce323e2832bf947e25779c0c..daa040d319414642e70bdf821538edc20979aea7 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1270,10
+1270,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
;;
*)