Summary: |
fdbev compositor fails to build without EGL |
Product: |
Wayland
|
Reporter: |
Yann E. MORIN <yann.morin.1998> |
Component: |
weston | Assignee: |
Wayland bug list <wayland-bugs> |
Status: |
RESOLVED
FIXED
|
QA Contact: |
|
Severity: |
normal
|
|
|
Priority: |
medium
|
CC: |
yann.morin.1998
|
Version: |
unspecified | |
|
Hardware: |
All | |
|
OS: |
Linux (All) | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
Fix fbdev compositor without EGL
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 87491 [details] Fix fbdev compositor without EGL In weston-1.3.0, the fbdev compositor does not build when EGL is disabled: compositor-fbdev.c:924:45: error: 'EGL_DEFAULT_DISPLAY' undeclared (first use in this function) This is due to code added by cset #4aa756dc (add libhybris support): compositor-fbdev.c:924: if (gl_renderer_create(&compositor->base, EGL_DEFAULT_DISPLAY, Attached patch to hopefully /fix/ this.