Created attachment 53006 [details] config.log Configuration log Compilation fails. Logs attached. Latest git (rev a1b737d72f1fec1d967255f4f87b5208a857c87f). Compile options: ./autogen.sh --prefix=/usr \ --with-dri-driverdir=/usr/lib/xorg/modules/dri \ --with-gallium-drivers=r600,swrast \ --disable-dri \ --with-egl-platforms=x11,drm \ --enable-xorg \ --enable-xa \ --enable-openvg \ --enable-gles1 \ --enable-gles2 \ --enable-xcb \ --enable-glx-tls \ --enable-texture-float \ --enable-shared-dricore \ --enable-shared-glapi \ --enable-gallium-egl \ --enable-gallium-g3dvl \ --disable-gallium-llvm \ --enable-debug
Created attachment 53007 [details] Compilation log error
Does running 'make clean' help?
I compile from clean tree every time (I'm using an Arch Linux's PKGBUILD script).
Forgot to mention, libdrm version is 2.4.27. Configure check did not pass with version 2.4.26.
The error came from gbm_gallium being automatically enabled. configure.ac should not enable it when --disable-dri is given. This should be fixed by 95ef069e1cc2a98a77ea14d63ff1769beeb67c14.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.