Check for cairo-egl instead of just cairo-gl

This commit is contained in:
Kristian Høgsberg 2011-01-14 17:41:33 -05:00
parent d711d0cd66
commit 8def264241
4 changed files with 13 additions and 13 deletions

View file

@ -51,7 +51,7 @@ display_get_compositor(struct display *display);
EGLDisplay
display_get_egl_display(struct display *d);
#ifdef HAVE_CAIRO_GL
#ifdef HAVE_CAIRO_EGL
EGLImageKHR
display_get_image_for_drm_surface(struct display *display,
cairo_surface_t *surface);