Mesa (master): gallium: add include path to fix building of pipe-loader code

Brian Paul brianp at kemper.freedesktop.org
Mon Dec 1 23:35:19 UTC 2014


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

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Dec  1 13:34:15 2014 -0700

gallium: add include path to fix building of pipe-loader code

The pipe-loader code wasn't finding util/u_atomic.h

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

---

 src/gallium/auxiliary/pipe-loader/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/gallium/auxiliary/pipe-loader/Makefile.am b/src/gallium/auxiliary/pipe-loader/Makefile.am
index 44917f3..cb6035d 100644
--- a/src/gallium/auxiliary/pipe-loader/Makefile.am
+++ b/src/gallium/auxiliary/pipe-loader/Makefile.am
@@ -3,6 +3,7 @@ include Makefile.sources
 AM_CPPFLAGS = $(DEFINES) \
 	$(VISIBILITY_CFLAGS) \
 	-I$(top_srcdir)/include \
+	-I$(top_srcdir)/src \
 	-I$(top_srcdir)/src/loader \
 	-I$(top_srcdir)/src/gallium/include \
 	-I$(top_srcdir)/src/gallium/auxiliary \




More information about the mesa-commit mailing list