[Mesa-dev] [PATCH 14/15] swrast: Build the driver into the shared mesa_dri_drivers.so.

Matt Turner mattst88 at gmail.com
Sat Oct 12 08:44:00 CEST 2013


On Fri, Oct 11, 2013 at 6:03 PM, Eric Anholt <eric at anholt.net> wrote:
>  AM_CONDITIONAL(NEED_LIBPROGRAM, test "x$with_gallium_drivers" != x -o \
>                                       "x$enable_xlib_glx" = xyes -o \
>                                       "x$enable_osmesa" = xyes -o \
> -                                     "x$enable_megadriver" = xyes -o \
> +                                     -n "$DRI_DIRS" -o \
>                                       "x$enable_gallium_osmesa" = xyes)

I think this is everything now. Just build libprogram.la
unconditionally now? That could go in the next patch, since the
conditional was to avoid building libprogram.la in the dricore case.


More information about the mesa-dev mailing list