Files
Peter Korsgaard 5d425d3334 mesa3d: fix build
We build mesa3d with dri support, which doesn't work with static builds,
so disable it.

From configure.ac:

dri)
    # DRI must be shared, I think
    if test "$enable_static" = yes; then
        AC_MSG_ERROR([Can't use static libraries for DRI drivers])
    fi

At the same time fixup minor style issues (:= vs =, long lines).

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-02-06 17:22:38 +01:00
..
2012-01-29 20:03:13 +01:00
2012-02-06 17:22:38 +01:00
2011-12-07 21:31:22 +01:00
2012-02-01 22:17:23 +01:00
2012-02-01 22:17:23 +01:00
2012-01-18 16:02:57 +01:00
2012-01-13 11:42:54 +01:00
2011-10-05 19:13:13 +02:00