Summary: | BUILD ERROR caused by wrong inclusion-(order) | ||
---|---|---|---|
Product: | Wayland | Reporter: | ahmet_acar <unixman> |
Component: | weston | Assignee: | Wayland bug list <wayland-bugs> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
full build-log attached
a trivial patch to fix #92104 |
Description
ahmet_acar
2015-09-24 15:00:31 UTC
Created attachment 118434 [details]
full build-log attached
full build log
Created attachment 118435 [details] [review] a trivial patch to fix #92104 a trivial patch to fix #92104 to fix: --- shared/platform.h | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/platform.h b/shared/platform.h index 64e1fbf..cf4ecc0 100644 --- a/shared/platform.h +++ b/shared/platform.h @@ -29,6 +29,7 @@ #include <string.h> #ifdef ENABLE_EGL +#include <wayland-egl.h> #include <EGL/egl.h> #include <EGL/eglext.h> #endif -- 2.5.3 Thanks for fixing this. |
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.