Mesa (10.4): darwin: build fix

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Wed Feb 11 08:24:10 UTC 2015


Module: Mesa
Branch: 10.4
Commit: 162cee83ba98abb6ee21bb270ff0c6a09e97cd1f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=162cee83ba98abb6ee21bb270ff0c6a09e97cd1f

Author: Jeremy Huddleston Sequoia <jeremyhu at apple.com>
Date:   Tue Feb 10 20:32:02 2015 -0800

darwin: build fix

../../../src/mesa/main/compiler.h:47:10: fatal error: 'util/macros.h' file not found

Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu at apple.com>
(cherry picked from commit 1c67a5687a35e984323b6034adb914a66d64bb2f)

---

 src/glx/apple/Makefile.am |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/glx/apple/Makefile.am b/src/glx/apple/Makefile.am
index 894ab5b..8d03225 100644
--- a/src/glx/apple/Makefile.am
+++ b/src/glx/apple/Makefile.am
@@ -1,6 +1,7 @@
 noinst_LTLIBRARIES = libappleglx.la
 
 AM_CFLAGS = \
+	-I$(top_srcdir)/src \
 	-I$(top_srcdir)/include \
 	-I$(top_srcdir)/src/glx \
 	-I$(top_srcdir)/src/mesa \




More information about the mesa-commit mailing list