Mesa (master): Use the specified X11 headers for xlib mesa

Dan Nicholson dbn at kemper.freedesktop.org
Wed Mar 18 14:37:37 UTC 2009


Module: Mesa
Branch: master
Commit: 13345a95400db632a7800e6fd8b8fdb74bba3c38
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=13345a95400db632a7800e6fd8b8fdb74bba3c38

Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Tue Mar 17 23:33:04 2009 -0700

Use the specified X11 headers for xlib mesa

The xlib build was using the system's Xlib headers or bombing if they
weren't available.

---

 src/mesa/drivers/x11/Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/x11/Makefile b/src/mesa/drivers/x11/Makefile
index d2780e6..5e427d2 100644
--- a/src/mesa/drivers/x11/Makefile
+++ b/src/mesa/drivers/x11/Makefile
@@ -41,7 +41,8 @@ OBJECTS = $(SOURCES:.c=.o)
 INCLUDE_DIRS = \
 	-I$(TOP)/include \
 	-I$(TOP)/src/mesa \
-	-I$(TOP)/src/mesa/main
+	-I$(TOP)/src/mesa/main \
+	$(X11_INCLUDES)
 
 CORE_MESA = $(TOP)/src/mesa/libmesa.a $(TOP)/src/mesa/libglapi.a
 




More information about the mesa-commit mailing list