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 /configs/linux-dri-x86-64 | |
parent | 69ab4fec1220d831afbabc3f578634094bc63b2b (diff) |
Define GLX_DIRECT_RENDERING in Makefile.template
Diffstat (limited to 'configs/linux-dri-x86-64')
-rw-r--r-- | configs/linux-dri-x86-64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-dri-x86-64 b/configs/linux-dri-x86-64 index a829a14be72..2155712a978 100644 --- a/configs/linux-dri-x86-64 +++ b/configs/linux-dri-x86-64 @@ -9,7 +9,7 @@ CONFIG_NAME = linux-dri-x86-64 CC = gcc CXX = g++ -CFLAGS = -m64 -Wmissing-prototypes -g -std=c99 -Wundef -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DPTHREADS -D_GNU_SOURCE -DGLX_DIRECT_RENDERING -D__AMD64__ -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions +CFLAGS = -m64 -Wmissing-prototypes -g -std=c99 -Wundef -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DPTHREADS -D_GNU_SOURCE -D__AMD64__ -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions CXXFLAGS = -m64 -Wall -g -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D__AMD64__ |