From: Marek Olšák Date: Tue, 18 Oct 2016 21:18:28 +0000 (+0200) Subject: configure.ac: print whether GBM is enabled X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0e075700fa256c7dacf86cbc91c4a68453cd9558;p=mesa.git configure.ac: print whether GBM is enabled Reviewed-by: Eric Engestrom Reviewed-by: Emil Velikov --- diff --git a/configure.ac b/configure.ac index 7e63bfa6ca0..b053311e22a 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 ""