[Mesa-dev] [PATCH] configure.ac: Don't link gallium drivers with libdricore

Matt Turner mattst88 at gmail.com
Tue Sep 4 10:45:01 PDT 2012


On Tue, Sep 4, 2012 at 7:37 AM, Tom Stellard <tom at stellard.net> wrote:
> From: Tom Stellard <thomas.stellard at amd.com>
>
> ---
>
> Is there any reason gallium drivers should be linking with libdricore?
> They seem to work fine without it.
>
>  configure.ac |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/configure.ac b/configure.ac
> index 82fe225..6e67ec0 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -908,7 +908,6 @@ AC_SUBST([GLAPI_LIB_DEPS])
>
>
>  DRI_LIB_DEPS="\$(top_builddir)/src/mesa/libdricore/libdricore${VERSION}.la"
> -GALLIUM_DRI_LIB_DEPS="\$(TOP)/\$(LIB_DIR)/libdricore${VERSION}.so"
>
>  AC_SUBST([HAVE_XF86VIDMODE])
>
> --
> 1.7.6.5

I noticed this when making a patch to not build libdricore for
Gallium-only builds. I don't see any reason for it.

Reviewed-by: Matt Turner <mattst88 at gmail.com>


More information about the mesa-dev mailing list