diff options
author | Ian Romanick <[email protected]> | 2005-08-15 15:01:39 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-08-15 15:01:39 +0000 |
commit | a3dd6efb0009110fdd8154640af51e4b15ad625c (patch) | |
tree | 3f73f8aa139dd3d2a8253853c35bb17ea00186e4 /configs/linux-indirect | |
parent | dabec11d277e68b6940e741651e61102767240b9 (diff) |
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.
Diffstat (limited to 'configs/linux-indirect')
-rw-r--r-- | configs/linux-indirect | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/linux-indirect b/configs/linux-indirect index a5c69955b3a..93166e2e98d 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 |