diff options
author | Tom Fogal <[email protected]> | 2010-12-05 17:58:32 -0700 |
---|---|---|
committer | Tom Fogal <[email protected]> | 2011-01-10 12:34:02 -0700 |
commit | 31351dc029ff0e12a250e3ffc509f4f01e025a24 (patch) | |
tree | e633bc0c48cc31e988568c0f0c311f11111fb58d /src/mesa/Makefile | |
parent | 9d33e4e16c8d2271ef2a965d7210a9aee40680d2 (diff) |
Export TLS support in gl.pc.
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r-- | src/mesa/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 0d1da016b3e..25e7cce425c 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -129,6 +129,7 @@ gl_pcedit = sed \ -e 's,@GL_PC_REQ_PRIV@,$(GL_PC_REQ_PRIV),' \ -e 's,@GL_PC_LIB_PRIV@,$(GL_PC_LIB_PRIV),' \ -e 's,@GL_PC_CFLAGS@,$(GL_PC_CFLAGS),' \ + -e 's,@GLX_TLS@,$(GLX_TLS),' \ -e 's,@GL_LIB@,$(GL_LIB),' gl.pc: gl.pc.in |