https://bugs.freedesktop.org/show_bug.cgi?id=39821
Summary: HEAD won't compile without X11 headers Product: Mesa Version: git Platform: All OS/Version: All Status: NEW Severity: minor Priority: medium Component: Mesa core AssignedTo: mesa-dev@lists.freedesktop.org ReportedBy: slowco...@gmail.com Building HEAD ( babb26776fadb683be9dacb492efcdc455b176ab ) on a system without X11 installed gives a compilation error for not finding X11/Xlib.h as included from the file include/EGL/eglplatform.h:104 . configure flags: EGL_PLATFORM=drm ./configure --disable-glx --disable-dri --with-gallium-drivers=swrast --with-egl-platforms=drm --enable-gles1 --enable-gles2 --without-x --disable-xlib-glx It would seem MESA_EGL_NO_X11_HEADERS never gets defined.. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- 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