I have already installed LLVM but still i get the same error. But when i pass --with-gallium-drivers="" it started working :)
Thanks Manish On Thu, Jul 21, 2011 at 10:38 PM, Kenneth Graunke <kenn...@whitecape.org>wrote: > On 07/21/2011 08:00 AM, manish sharma wrote: > > Hi, > > > > I am trying to compile wayland > > (http://wayland.freedesktop.org/building.html) and as part of that i > > need to compile mesa with below options. > > > > ./autogen.sh --prefix=$WLD --enable-gles2 --disable-gallium-egl > --with-egl-platforms=x11,wayland,drm --enable-gbm --enable-shared-glapi > > > > > > Which takes me to below error. > > > > 'configure: error: LLVM is required to build Gallium R300 on x86 and > x86_64' > > > > Any idea what am i missing over here? > > > > Thanks for help. > > Manish > > If you intend to use the Radeon drivers, you need to install LLVM. If > you want to use the Intel drivers, pass --with-gallium-drivers="" to > disable Gallium altogether. For Nouveau (nVidia hardware), try > --with-gallium-drivers="nouveau,swrast". > > --Kenneth >
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev