Workaround gears depending on cairo-gl

Extremely hacky, but at least it doesn't stop the build anymore.
This commit is contained in:
nobled 2011-01-05 17:48:15 +00:00
parent f8475c9366
commit 9835417962
2 changed files with 7 additions and 2 deletions

View file

@ -51,10 +51,12 @@ display_get_compositor(struct display *display);
EGLDisplay
display_get_egl_display(struct display *d);
#ifdef HAVE_CAIRO_GL
EGLImageKHR
display_get_image_for_drm_surface(struct display *display,
cairo_surface_t *surface);
#endif
#endif
cairo_surface_t *
display_create_surface(struct display *display,