Mesa (master): xlib: fix missing mesautil build breakage

Brian Paul brianp at kemper.freedesktop.org
Mon Aug 4 20:06:07 UTC 2014


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

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Aug  4 13:08:58 2014 -0600

xlib: fix missing mesautil build breakage

Fixes the non-DRI build.

Reviewed-by: Jason Ekstrand <jason.ekstrand at intel.com>

---

 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)




More information about the mesa-commit mailing list