Re: Error compiling non-DRI Mesa 10.0.0
Brian Paul <[email protected]>
| Newsgroups | gmane.comp.video.mesa3d.user |
|---|---|
| Message-ID | <[email protected]> |
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