diff options
author | Kristian Høgsberg <krh@redhat.com> | 2006-03-28 02:57:07 +0000 |
---|---|---|
committer | Kristian Høgsberg <krh@redhat.com> | 2006-03-28 02:57:07 +0000 |
commit | a06342eccc76035ff859fee4d283b288c90ee923 (patch) | |
tree | e92821c37069bf6722f0de27aa35d4558a4923a0 /GL/glx | |
parent | 77531dfb9f9f3ca0e38ad0555ee3735d6f28cf19 (diff) |
Add --enable-glx-tls ./configure option to enable use of TLS for storing
current GL context. Use this option to let AIGLX load DRI drivers
compiled for TLS.
Diffstat (limited to 'GL/glx')
-rw-r--r-- | GL/glx/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/GL/glx/Makefile.am b/GL/glx/Makefile.am index 4e850798d..6e586f8d6 100644 --- a/GL/glx/Makefile.am +++ b/GL/glx/Makefile.am @@ -16,7 +16,8 @@ AM_CFLAGS = \ @SERVER_DEFINES@ \ @MODULE_DEFINES@ \ @LOADER_DEFINES@ \ - -DNO_LIBCWRAPPER + -DNO_LIBCWRAPPER \ + @GLX_DRI_DEFINES@ # none yet #sdk_HEADERS = |