From a3dd6efb0009110fdd8154640af51e4b15ad625c Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Mon, 15 Aug 2005 15:01:39 +0000 Subject: Put back '-I/usr/X11R6/include'. Make 'USING_EGL=0' the default for now. It's causing too much confusion for too many non-developers (which in turn wastes too much developer time). It is trivially overridden from the make command line. See comments in linux-dri. --- configs/linux-indirect | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/linux-indirect') diff --git a/configs/linux-indirect b/configs/linux-indirect index a5c69955b3..93166e2e98 100644 --- a/configs/linux-indirect +++ b/configs/linux-indirect @@ -25,6 +25,8 @@ DEFINES = -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE \ -D_BSD_SOURCE -D_GNU_SOURCE \ -DPTHREADS -DHAVE_ALIAS +X11_INCLUDES = -I/usr/X11R6/include + CFLAGS = $(WARN_FLAGS) $(OPT_FLAGS) $(PIC_FLAGS) $(ARCH_FLAGS) $(DEFINES) \ $(ASM_FLAGS) -std=c99 -ffast-math -- cgit v1.2.3