mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-14 05:48:04 +02:00
haiku: Fix missing HaikuGL header paths
Acked-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
3486f6f31b
commit
b236314a11
3 changed files with 3 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ env.Append(CPPPATH = [
|
|||
'#/src/mapi',
|
||||
'#/src/mesa',
|
||||
'#/src/mesa/main',
|
||||
'#/include/HaikuGL',
|
||||
'#/src/gallium/winsys/sw/hgl',
|
||||
'/boot/system/develop/headers/private',
|
||||
])
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ env.Append(CPPPATH = [
|
|||
'#/src/mapi',
|
||||
'#/src/mesa',
|
||||
'#/src/mesa/main',
|
||||
'#/include/HaikuGL',
|
||||
'/boot/system/develop/headers/private',
|
||||
Dir('../../../mapi'), # src/mapi build path for python-generated GL API files/headers
|
||||
])
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ env.Append(CPPPATH = [
|
|||
'#/src/mapi',
|
||||
'#/src/mesa',
|
||||
'#/src/mesa/main',
|
||||
'#/include/HaikuGL',
|
||||
'/boot/system/develop/headers/private',
|
||||
Dir('../../../mapi'), # src/mapi build path for python-generated GL API files/headers
|
||||
])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue