configure.ac: print whether GBM is enabled

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Marek Olšák 2016-10-18 23:18:28 +02:00
parent 3ec9975555
commit 0e075700fa
1 changed files with 5 additions and 0 deletions

View File

@ -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 ""