projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
255a225
)
egl: Fix missing Haiku include path
author
Alexander von Gluck IV
<kallisti5@unixzen.com>
Sat, 26 Sep 2015 16:49:36 +0000
(11:49 -0500)
committer
Alexander von Gluck IV
<kallisti5@unixzen.com>
Mon, 28 Sep 2015 17:58:25 +0000
(13:58 -0400)
src/egl/SConscript
patch
|
blob
|
history
diff --git
a/src/egl/SConscript
b/src/egl/SConscript
index f8102db6f3af698926a79f86eb938b437237fccd..8f8b11a61ce94b51cca5ca8558147ac55c61b55d 100644
(file)
--- 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',
])