diff options
author | Brian <[email protected]> | 2007-08-20 17:02:27 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-08-20 17:02:27 -0600 |
commit | a17d5361b257cb44614a926a7f994b4a46a07890 (patch) | |
tree | cff30efeff480fa5f70e9b5590103020a6c0b2af /configs/linux | |
parent | 766fa51537dabd978eb04fb4c3f29b5dfeacd9fb (diff) |
remove the -DMESA flags
Diffstat (limited to 'configs/linux')
-rw-r--r-- | configs/linux | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/linux b/configs/linux index ed90fe4bc2c..0d455ff46a5 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 |