]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
mesa3d: fix build
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 6 Feb 2012 16:19:53 +0000 (17:19 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 6 Feb 2012 16:22:38 +0000 (17:22 +0100)
commit5d425d3334231340790677e6f6e8212901e6dc23
tree9ce5237224aa33db333615806cf97f082e3d2b69
parent80a7e8216e53cd7195e78e30e90821584b537b53
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>
package/x11r7/mesa3d/mesa3d.mk