Mesa (master): configure.ac: print whether GBM is enabled

Marek Olšák mareko at kemper.freedesktop.org
Wed Oct 19 21:20:57 UTC 2016


Module: Mesa
Branch: master
Commit: 0e075700fa256c7dacf86cbc91c4a68453cd9558
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0e075700fa256c7dacf86cbc91c4a68453cd9558

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Tue Oct 18 23:18:28 2016 +0200

configure.ac: print whether GBM is enabled

Reviewed-by: Eric Engestrom <eric at engestrom.ch>
Reviewed-by: Emil Velikov <emil.velikov at collabora.com>

---

 configure.ac | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configure.ac b/configure.ac
index 7e63bfa..b053311 100644
--- 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 ""




More information about the mesa-commit mailing list