[Mesa-dev] [PATCH 1/2] xlib: fix missing mesautil build breakage

Brian Paul brianp at vmware.com
Mon Aug 4 12:09:51 PDT 2014


Fixes the non-DRI build.
---
 src/mesa/drivers/x11/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/mesa/drivers/x11/Makefile.am b/src/mesa/drivers/x11/Makefile.am
index 7a35132..40b01dd 100644
--- a/src/mesa/drivers/x11/Makefile.am
+++ b/src/mesa/drivers/x11/Makefile.am
@@ -27,6 +27,7 @@ AM_CPPFLAGS = \
 	-I$(top_srcdir)/include \
 	-I$(top_srcdir)/src/mapi \
 	-I$(top_srcdir)/src/mesa \
+	-I$(top_srcdir)/src \
 	-I$(top_srcdir)/src/mesa/main \
 	$(X11_INCLUDES) \
 	$(DEFINES)
-- 
1.7.10.4



More information about the mesa-dev mailing list