summaryrefslogtreecommitdiff
path: root/configs/linux-dri-x86
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2004-06-02 17:48:16 +0000
committerIan Romanick <idr@us.ibm.com>2004-06-02 17:48:16 +0000
commit18a5ecec899af37f7ee44d7170e19e6dce11838d (patch)
treea0a535b8bb734539b7bc78c7b046d5c3a77e5fd6 /configs/linux-dri-x86
parent318aa8409983f3292b4919196df2ca42f4de6a16 (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')
-rw-r--r--configs/linux-dri-x864
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/linux-dri-x86 b/configs/linux-dri-x86
index dc1f006ddd..812e024975 100644
--- a/configs/linux-dri-x86
+++ b/configs/linux-dri-x86
@@ -9,9 +9,9 @@ CONFIG_NAME = linux-dri-x86
CC = gcc
CXX = g++
-CFLAGS = -Wmissing-prototypes -g -std=c99 -Wundef -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -DPTHREADS -D_GNU_SOURCE -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions
+CFLAGS = -DDRI_NEW_INTERFACE_ONLY -Wmissing-prototypes -g -std=c99 -Wundef -fPIC -ffast-math -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM -DPTHREADS -D_GNU_SOURCE -I/usr/X11R6/include -I/usr/X11R6/include/X11/extensions
-CXXFLAGS = -Wall -g -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE
+CXXFLAGS = -DDRI_NEW_INTERFACE_ONLY -Wall -g -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE
ASM_SOURCES = $(X86_SOURCES)