Mesa (master): drivers/x11: add gallium include dirs to Makefile.am

Brian Paul brianp at kemper.freedesktop.org
Fri Feb 20 23:53:02 UTC 2015


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

Author: Brian Paul <brianp at vmware.com>
Date:   Fri Feb 20 13:19:50 2015 -0700

drivers/x11: add gallium include dirs to Makefile.am

Fixes xlib driver build after e8c5cbfd921680c.

Acked-by: Matt Turner <mattst88 at gmail.com>

---

 src/mesa/drivers/x11/Makefile.am |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/mesa/drivers/x11/Makefile.am b/src/mesa/drivers/x11/Makefile.am
index 76a7cd4..c0596f8 100644
--- a/src/mesa/drivers/x11/Makefile.am
+++ b/src/mesa/drivers/x11/Makefile.am
@@ -30,6 +30,8 @@ AM_CPPFLAGS = \
 	-I$(top_srcdir)/src/mapi \
 	-I$(top_srcdir)/src/mesa \
 	-I$(top_srcdir)/src \
+	-I$(top_srcdir)/src/gallium/include \
+	-I$(top_srcdir)/src/gallium/auxiliary \
 	-I$(top_srcdir)/src/mesa/main \
 	$(X11_INCLUDES) \
 	$(DEFINES)




More information about the mesa-commit mailing list