diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-05-19 15:53:55 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-05-20 08:13:45 +0100 |
commit | 87b764908a38cbb4159ac76d8b7d1d08a24b838e (patch) | |
tree | 90150c81390f7e8386474b43f28fbb8a939f3725 /build/configure.ac.features | |
parent | 17b41fe7e3b8b493341be6384d816105aadf0cb6 (diff) |
[gl] Add EGL target
Split the GLX context from the GL surface to enable use of an alternative
EGL interface.
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)" |