diff options
author | Ian Romanick <[email protected]> | 2004-06-02 17:48:16 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2004-06-02 17:48:16 +0000 |
commit | 18a5ecec899af37f7ee44d7170e19e6dce11838d (patch) | |
tree | a0a535b8bb734539b7bc78c7b046d5c3a77e5fd6 /configs/linux-dri-x86-64 | |
parent | 318aa8409983f3292b4919196df2ca42f4de6a16 (diff) |
DRI_NEW_INTERFACE_ONLY is now the only support way to build in the
Mesa tree. If you need a driver that supports the old libGL/DRI
inteface, it must be built in the DRI tree.
Diffstat (limited to 'configs/linux-dri-x86-64')
-rw-r--r-- | configs/linux-dri-x86-64 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/linux-dri-x86-64 b/configs/linux-dri-x86-64 index 2155712a978..d2ba01d6408 100644 --- a/configs/linux-dri-x86-64 +++ b/configs/linux-dri-x86-64 @@ -9,9 +9,9 @@ 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 -D__AMD64__ -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions +CFLAGS = -DDRI_NEW_INTERFACE_ONLY -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__ +CXXFLAGS = -DDRI_NEW_INTERFACE_ONLY -m64 -Wall -g -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D__AMD64__ #ASM_SOURCES = $(X86_SOURCES) |