buildrootschalter/package/x11r7/mesa3d
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
..
Config.in mesa3d: don't depend on the X server 2012-02-06 17:14:39 +01:00
mesa3d.mk mesa3d: fix build 2012-02-06 17:22:38 +01:00