From a17d5361b257cb44614a926a7f994b4a46a07890 Mon Sep 17 00:00:00 2001 From: Brian Date: Mon, 20 Aug 2007 17:02:27 -0600 Subject: remove the -DMESA flags --- configs/linux | 3 +-- configs/linux-dri-debug | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'configs') diff --git a/configs/linux b/configs/linux index ed90fe4bc2..0d455ff46a 100644 --- a/configs/linux +++ b/configs/linux @@ -18,8 +18,7 @@ ARCH_FLAGS ?= DEFINES = -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE \ -D_BSD_SOURCE -D_GNU_SOURCE \ - -DPTHREADS -DUSE_XSHM -DHAVE_POSIX_MEMALIGN \ - -DMESA + -DPTHREADS -DUSE_XSHM -DHAVE_POSIX_MEMALIGN X11_INCLUDES = -I/usr/X11R6/include diff --git a/configs/linux-dri-debug b/configs/linux-dri-debug index a7ce255e00..c3a458459d 100644 --- a/configs/linux-dri-debug +++ b/configs/linux-dri-debug @@ -5,7 +5,7 @@ include $(TOP)/configs/linux-dri CONFIG_NAME = linux-dri-debug OPT_FLAGS = -O0 -g -ARCH_FLAGS = -DDEBUG -DMESA +ARCH_FLAGS = -DDEBUG # Helpful to reduce the amount of stuff that gets built sometimes: #DRI_DIRS = i915tex i915 -- cgit v1.2.3