diff options
author | Zoxc <zoxc32@gmail.com> | 2010-06-14 01:20:54 +0200 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-14 12:46:26 +0100 |
commit | 505a0456d2498112155db7e7f275a14dc98f643e (patch) | |
tree | df0b9fc3a851e9ca60c1f29d7bdb3da74af67ce6 /build | |
parent | fd6c38b9e006feefa20ce4f54d3108dad51c828d (diff) |
gl: Added WGL context and surface.
Diffstat (limited to 'build')
-rw-r--r-- | build/configure.ac.features | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/configure.ac.features b/build/configure.ac.features index 1e40de853..1473bd79e 100644 --- a/build/configure.ac.features +++ b/build/configure.ac.features @@ -390,6 +390,7 @@ AC_DEFUN([CAIRO_REPORT], echo " PNG functions: $use_png" echo " GLEW functions: $use_glew" echo " GLX functions: $use_glx" + echo " WGL functions: $use_wgl" echo " EGL functions: $use_egl" echo " X11-xcb functions: $use_xlib_xcb" echo " XCB-drm functions: $use_xcb_drm" |