[Mesa-dev] [PATCH] i965 fixup: Add PTHREAD_CFLAGS/PTHREAD_LIBS to Makefile.am
Kenneth Graunke
kenneth at whitecape.org
Tue Jan 8 17:13:35 PST 2013
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
More information about the mesa-dev
mailing list