From 18a5ecec899af37f7ee44d7170e19e6dce11838d Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 2 Jun 2004 17:48:16 +0000 Subject: 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. --- configs/linux-dri-x86 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configs/linux-dri-x86') 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) -- cgit v1.2.3