mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 16:10:09 +01:00
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:
parent
3ec9975555
commit
0e075700fa
1 changed files with 5 additions and 0 deletions
|
|
@ -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 ""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue