projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ec9975
)
configure.ac: print whether GBM is enabled
author
Marek Olšák
<marek.olsak@amd.com>
Tue, 18 Oct 2016 21:18:28 +0000
(23:18 +0200)
committer
Marek Olšák
<marek.olsak@amd.com>
Wed, 19 Oct 2016 21:19:16 +0000
(23:19 +0200)
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 7e63bfa6ca001b2201f79179be1cce46168bcc93..b053311e22a861512a8364672e1329f9906ffe2f 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2870,6
+2870,11
@@
if test "$enable_egl" = yes; then
echo " EGL drivers: $egl_drivers"
fi
+if test "x$enable_gbm" = xyes; then
+ echo " GBM: yes"
+else
+ echo " GBM: no"
+fi
# Vulkan
echo ""