Mesa (master): darwin: build fix

Jeremy Huddleston jeremyhu at kemper.freedesktop.org
Wed Feb 11 08:23:37 UTC 2015


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

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>

---

 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 b500a45..2cbff9e 100644
--- a/src/glx/apple/Makefile.am
+++ b/src/glx/apple/Makefile.am
@@ -3,6 +3,7 @@ EXTRA_DIST = RELEASE_NOTES
 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