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

Author: Matt Turner <[email protected]>
Date:   Wed Aug  1 14:02:23 2012 -0700

build/sources.mak: Add src/glsl/glcpp to INCLUDE_DIRS

Fixes problem where libdricore's of-out-tree build couldn't find
glcpp.h.

Reviewed-by: Kenneth Graunke <[email protected]>

---

 src/mesa/sources.mak |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index be7e13d..30e2219 100644
--- a/src/mesa/sources.mak
+++ b/src/mesa/sources.mak
@@ -378,6 +378,7 @@ INCLUDE_DIRS = \
        -I$(top_srcdir)/include \
        -I$(top_srcdir)/src/glsl \
        -I$(top_builddir)/src/glsl \
+       -I$(top_srcdir)/src/glsl/glcpp \
        -I$(top_srcdir)/src/mesa \
        -I$(top_builddir)/src/mesa \
        -I$(top_srcdir)/src/mesa/main \

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to