[Piglit] [PATCH] util/egl: Fix build for old EGL headers
Chad Versace
chad.versace at linux.intel.com
Fri Apr 18 20:14:17 PDT 2014
On Fri, Apr 18, 2014 at 11:15:40AM -0700, Chad Versace wrote:
> I broke the build for many people in commit
> cf53b461387952b899b4df6ad4164444f8dee670. In that commit,
> piglit-util-egl.c and egl_khr_fence_sync.c rely on a very recent
> eglext.h to provide the EGL_PLATFORM_* enums.
>
> Fix the build by defining the required enums in
> piglit-util-egl.h.
>
> When Piglit gets proper EGL dispatch, problems like this will disappear.
>
> Cc: Ilia Mirkin <imirkin at alum.mit.edu>
> Signed-off-by: Chad Versace <chad.versace at linux.intel.com>
> ---
> tests/util/piglit-util-egl.h | 4 ++++
> 1 file changed, 4 insertions(+)
Patch is committed.
More information about the Piglit
mailing list