>A slightly longer paste:
>#ifdef MESA_EGL_NO_X11_HEADERS
>typedef void            *EGLNativeDisplayType;
>typedef khronos_uint32_t EGLNativePixmapType;
>typedef khronos_uint32_t EGLNativeWindowType;
>#else
>/* X11 (tentative)  */
>#include <X11/Xlib.h>
>#include <X11/Xutil.h>
>typedef Display *EGLNativeDisplayType;
>typedef Pixmap   EGLNativePixmapType;
>typedef Window   EGLNativeWindowType;
>#endif /* MESA_EGL_NO_X11_HEADERS */

I've already tried with the option -DMESA_EGL_NO_X11_HEADERS passed to the 
configure script but no luck.
I'm missing something?

Regards.

--
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
---
Matteo Brichese
Software Engineer
[email protected]
Came Cancelli Automatici S.p.A.
www.came.com
_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to