Skip to content
Commit 5d425d33 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 80a7e821
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment