https://bugs.freedesktop.org/show_bug.cgi?id=75751
Priority: medium Bug ID: 75751 Assignee: mesa-dev@lists.freedesktop.org Summary: egl_gallium always requires libdrm Severity: normal Classification: Unclassified OS: All Reporter: christian.procha...@genode-labs.com Hardware: Other Status: NEW Version: git Component: EGL Product: Mesa (git master 1a568e0f2b65e4e1e1d19a6dece3a792a33da825) I'm building Mesa with the following configuration: ./autogen.sh --enable-gles2 --disable-dri --enable-gallium-egl --with-egl-platforms=fbdev --with-gallium-drivers=swrast This configuration should not depend on libdrm, but when libdrm is missing, the configure script aborts: configure: error: egl_gallium requires libdrm >= 2.4.38 I think the check for libdrm in configure.ac should also depend on 'enable_dri'. -- 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