[Mesa-dev] Error in configuring mesa.
Kenneth Graunke
kenneth at whitecape.org
Thu Jul 21 10:08:21 PDT 2011
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
More information about the mesa-dev
mailing list