To be squashed in with the previous patch. Hopefully I'm doing this right. --- src/mesa/drivers/dri/i965/Makefile.am | 2 ++ 1 file changed, 2 insertions(+)
I didn't need this to build, but Matt tells me it's probably needed. diff --git a/src/mesa/drivers/dri/i965/Makefile.am b/src/mesa/drivers/dri/i965/Makefile.am index fb4f56c..f187241 100644 --- a/src/mesa/drivers/dri/i965/Makefile.am +++ b/src/mesa/drivers/dri/i965/Makefile.am @@ -39,6 +39,7 @@ AM_CFLAGS = \ -I$(top_srcdir)/src/gtest/include \ $(DEFINES) \ $(API_DEFINES) \ + $(PTHREAD_CFLAGS) \ $(VISIBILITY_CFLAGS) \ $(INTEL_CFLAGS) @@ -55,6 +56,7 @@ libi965_dri_la_SOURCES = $(i965_FILES) COMMON_LIBS = \ libi965_dri.la \ ../common/libdricommon.la \ + $(PTHREAD_LIBS) \ $(DRI_LIB_DEPS) \ $(INTEL_LIBS) -- 1.8.1 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev