mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-01 22:58:40 -04:00
Check for cairo-egl instead of just cairo-gl
This commit is contained in:
parent
d711d0cd66
commit
8def264241
4 changed files with 13 additions and 13 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue