haiku: Fix missing HaikuGL header paths
authorAlexander von Gluck IV <kallisti5@unixzen.com>
Tue, 31 Dec 2013 05:49:06 +0000 (23:49 -0600)
committerAlexander von Gluck IV <kallisti5@unixzen.com>
Mon, 6 Jan 2014 21:50:15 +0000 (15:50 -0600)
Acked-by: Brian Paul <brianp@vmware.com>
src/gallium/targets/haiku-softpipe/SConscript
src/gallium/targets/libgl-haiku/SConscript
src/mesa/drivers/haiku/swrast/SConscript

index 40bf03cf413719de2bf3aee1510ba9eab9704925..16ce7cd9e135c3dacc4b53f94eded9b7f909578f 100644 (file)
@@ -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',
 ])
index 2e6b62824a337a0bed3ab06192df419288f4b0d2..43d15c50e320d0ef25d23792422b076adb700b4f 100644 (file)
@@ -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
 ])
index 71ce88e20d8b5c8161a759b4741a660e096969e7..ca0423e4ad89efaeb59fb15345c3239b1ff09ddc 100644 (file)
@@ -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
 ])