Re: [Mesa-dev] [PATCH] i965 fixup: Add PTHREAD_CFLAGS/PTHREAD_LIBS to Makefile.am

2013-01-09 Thread Eric Anholt
Kenneth Graunke writes: > 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. My i965_dri.so is already link

[Mesa-dev] [PATCH] i965 fixup: Add PTHREAD_CFLAGS/PTHREAD_LIBS to Makefile.am

2013-01-08 Thread Kenneth Graunke
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/driver