diff options
author | Brian <brian.paul@tungstengraphics.com> | 2007-08-20 17:02:27 -0600 |
---|---|---|
committer | Brian <brian.paul@tungstengraphics.com> | 2007-08-20 17:02:27 -0600 |
commit | a17d5361b257cb44614a926a7f994b4a46a07890 (patch) | |
tree | cff30efeff480fa5f70e9b5590103020a6c0b2af | |
parent | 766fa51537dabd978eb04fb4c3f29b5dfeacd9fb (diff) |
remove the -DMESA flags
-rw-r--r-- | configs/linux | 3 | ||||
-rw-r--r-- | configs/linux-dri-debug | 2 |
2 files changed, 2 insertions, 3 deletions
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 |