On Tue, Sep 4, 2012 at 7:37 AM, Tom Stellard <t...@stellard.net> wrote: > From: Tom Stellard <thomas.stell...@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 <matts...@gmail.com> _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev