diff options
author | Keith Whitwell <[email protected]> | 2004-04-30 09:15:58 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2004-04-30 09:15:58 +0000 |
commit | 739f50f542392b06fcec1a2dcafcb4a8ef85441d (patch) | |
tree | 851eeb7e9ebf43cad2e386e8e28fb1f6e2279eb6 /src | |
parent | 69ab4fec1220d831afbabc3f578634094bc63b2b (diff) |
Define GLX_DIRECT_RENDERING in Makefile.template
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/Makefile.template | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/Makefile.template b/src/mesa/drivers/dri/Makefile.template index 250259785b3..f39cbbed0a2 100644 --- a/src/mesa/drivers/dri/Makefile.template +++ b/src/mesa/drivers/dri/Makefile.template @@ -51,6 +51,10 @@ SHARED_INCLUDES = \ -I$(TOP)/src/mesa/swrast \ -I$(TOP)/src/mesa/swrast_setup +# Of course we're direct rendering. Redundant #ifdefs in the code +# from prehistory require this: +# +DEFINES += -DGLX_DIRECT_RENDERING ##### RULES ##### |