A working set of libdrm, mesa and xorg-server?

Adam Jackson ajax at nwnk.net
Mon Jul 7 12:20:03 PDT 2008


On Mon, 2008-07-07 at 10:10 -0700, Dan Nicholson wrote:

> I also notice that you're manually installing the DRI drivers. It
> might be cleaner if you just passed --with-dri-drivers to configure
> and handle your list with rpm. `make install' should do the right
> thing.
> 
> %ifarch s390 s390x
> %define with_dri 0
> %define driver xlib
> %define dri_drivers %{nil}
> %else
> %define with_dri 1
> %define driver dri
> %define dri_drivers i810 i915 i965 mach64 mga r128 r200 r300 radeon
> savage sis swrast tdfx unichrome
> %endif

The problem I had with this, iirc, was that you'd end up trying to build
the Intel drivers on ppc and sparc, which just ain't gonna work.  If
--with-dri-drivers would filter out things that are impossible for a
given arch I'd be all for using it.

- ajax




More information about the xorg mailing list