Mesa (master): intel: Add INTEL_CFLAGS to aubinator CFLAGS.

Kenneth Graunke kwg at kemper.freedesktop.org
Thu Mar 30 18:58:51 UTC 2017


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

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Thu Mar 30 11:55:33 2017 -0700

intel: Add INTEL_CFLAGS to aubinator CFLAGS.

It still needs intel_aub.h.  Fixes the build.

---

 src/intel/Makefile.tools.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/intel/Makefile.tools.am b/src/intel/Makefile.tools.am
index 245bd03eef..dc073e8daa 100644
--- a/src/intel/Makefile.tools.am
+++ b/src/intel/Makefile.tools.am
@@ -29,7 +29,8 @@ tools_aubinator_SOURCES = \
 tools_aubinator_CFLAGS = \
 	$(AM_CFLAGS) \
 	$(EXPAT_CFLAGS) \
-	$(ZLIB_CFLAGS)
+	$(ZLIB_CFLAGS) \
+	$(INTEL_CFLAGS)
 
 tools_aubinator_LDADD = \
 	common/libintel_common.la \




More information about the mesa-commit mailing list