[Mesa-dev] [PATCH 1/2] state_trackers/hgl: Fix missing include path
Alexander von Gluck IV
kallisti5 at unixzen.com
Sat Sep 26 11:46:46 PDT 2015
---
src/gallium/state_trackers/hgl/SConscript | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/gallium/state_trackers/hgl/SConscript b/src/gallium/state_trackers/hgl/SConscript
index 82a0ce0..d2389c8 100644
--- a/src/gallium/state_trackers/hgl/SConscript
+++ b/src/gallium/state_trackers/hgl/SConscript
@@ -9,6 +9,7 @@ env.Append(CPPPATH = [
'#/src',
'#/src/mapi',
'#/src/mesa',
+ '#/include/HaikuGL',
])
sources = [
--
1.7.1
More information about the mesa-dev
mailing list