diff options
| -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  | 
