diff options
Diffstat (limited to 'build/configure.ac.features')
-rw-r--r-- | build/configure.ac.features | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/configure.ac.features b/build/configure.ac.features index 06ed7f3e..f4774143 100644 --- a/build/configure.ac.features +++ b/build/configure.ac.features @@ -377,6 +377,9 @@ AC_DEFUN([CAIRO_REPORT], echo " BeOS: $use_beos" echo " DirectFB: $use_directfb" echo " SDL: $use_sdl" + echo " GL: $use_gl" + echo " GL/GLX: $use_gl_glx" + echo " GL/EGL: $use_gl_egl" echo "" echo "The following font backends:" echo " User: yes (always builtin)" |