[Mesa-dev] Config fails on Radeon

Kenneth Graunke kenneth at whitecape.org
Wed Feb 8 04:43:25 PST 2012


On 02/08/2012 04:28 AM, Kevin H. Hobbs wrote:
> Config of the git repository fails because it can't find Radeon
> libraries
> This is despite the configure line being :
>
> ./autogen.sh \
>    --prefix=/home/kevin/mesa_xlib/ \
>    --disable-dri \
>    --enable-glx \
>    --enable-xlib-glx \
>    --disable-osmesa
>
> checking for RADEON... no
> configure: error: Package requirements (libdrm_radeon>= 2.4.31)
> were not met:
>
> Requested 'libdrm_radeon>= 2.4.31' but version of libdrm_radeon
> is 2.4.26
>
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
>
> Alternatively, you may set the environment variables RADEON_CFLAGS
> and RADEON_LIBS to avoid the need to call pkg-config.
> See the pkg-config man page for more details.

Does it work if you add --with-gallium-drivers='' as well?



More information about the mesa-dev mailing list