[Mesa-users] Error compiling non-DRI Mesa 10.0.0
Brian Paul
brianp at vmware.com
Mon Dec 16 07:05:11 PST 2013
On 12/15/2013 12:31 AM, Anibal Morales wrote:
> Hello,
>
> I tried compiling Mesa 10 with:
>
> --enable-glx --enable-xlib-glx
>
> but then the configure errors out with "DRI and Xlib-GLX cannot be built
> together"
>
> If I add more settings:
>
> --enable-glx --enable-xlib-glx --disable-driglx-direct --disable-dri
>
> Then it errors out with this:
>
> configure: error: Package requirements (libdrm_radeon >= 2.4.46)
> were not met:
>
> Investigating these:
>
> --enable-glx --enable-xlib-glx --disable-driglx-direct
>
>
> It seems that dri-enable is set to 'yes' inside aclocal.m4.
>
> Is there an error in the script?
>
> Can someone provide the magic sauce to build non-DRI GLX Xlib Mesa ?
>
Something like this:
./autogen.sh --enable-xlib-glx --disable-driglx-direct --disable-dri
--with-gallium-drivers=swrast
-Brian
More information about the mesa-users
mailing list