https://bugs.freedesktop.org/show_bug.cgi?id=77240
Priority: medium Bug ID: 77240 Assignee: mesa-dev@lists.freedesktop.org Summary: khrplatform.h not installed if EGL is disabled Severity: normal Classification: Unclassified OS: Linux (All) Reporter: eric.le.bihan....@free.fr Hardware: All Status: NEW Version: unspecified Component: Other Product: Mesa Created attachment 97136 --> https://bugs.freedesktop.org/attachment.cgi?id=97136&action=edit Patch to fix missing khrplatform.h KHR/khrplatform.h is required by the EGL, GLES and VG headers, but is only installed if Mesa3d is compiled with EGL support. Configuring with $ ./configure --disable-egl --enable-gles1 --enable-gles2 ... will result with an incomplete header set. When compiling Cairo with OpenGLESv2 support, the build will fail because of the missing header: /usr/include/GLES2/gl2platform.h:20:29: fatal error: KHR/khrplatform.h: No such file or directory The attached patch fixes the issue for me. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev