Mesa (master): egl: Fix missing Haiku include path

Alexander von Gluck IV kallisti5 at kemper.freedesktop.org
Mon Sep 28 17:58:54 UTC 2015


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

Author: Alexander von Gluck IV <kallisti5 at unixzen.com>
Date:   Sat Sep 26 11:49:36 2015 -0500

egl: Fix missing Haiku include path

---

 src/egl/SConscript |    1 +
 1 file changed, 1 insertion(+)

diff --git a/src/egl/SConscript b/src/egl/SConscript
index f8102db..8f8b11a 100644
--- a/src/egl/SConscript
+++ b/src/egl/SConscript
@@ -8,6 +8,7 @@ env = env.Clone()
 
 env.Append(CPPPATH = [
     '#/include',
+    '#/include/HaikuGL',
     '#/src/egl/main',
     '#/src',
 ])




More information about the mesa-commit mailing list