Summary: |
OpenVG backend fails to build on X11-less platforms |
Product: |
cairo
|
Reporter: |
pcercuei <paul> |
Component: |
general | Assignee: |
Chris Wilson <chris> |
Status: |
RESOLVED
MOVED
|
QA Contact: |
cairo-bugs mailing list <cairo-bugs> |
Severity: |
normal
|
|
|
Priority: |
medium
|
|
|
Version: |
1.12.16 | |
|
Hardware: |
All | |
|
OS: |
Linux (All) | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
Patch to address the issue
|
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 91037 [details] Patch to address the issue OpenVG backend fails to build on X11-less platforms. The build fails in boilerplate/cairo-boilerplate-vg.c, where the EGL part uses 'None' (defined in <X11/X.h>) instead of EGL_NONE in the attribute lists. The attached patch fixes the issue.