mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-17 09:10:08 +02:00
* enable 10.2.9 for x86 * 10.3.7 and 10.4.7 tested on x86 with llvm 3.5.1 * GLTeapot with 10.4.7 produces a blue teapot (instead of red)
22 lines
565 B
Plaintext
22 lines
565 B
Plaintext
From a295b3a477db9016698d30003a5983a033729747 Mon Sep 17 00:00:00 2001
|
|
From: Jerome Duval <jerome.duval@gmail.com>
|
|
Date: Sat, 21 Mar 2015 22:25:11 +0000
|
|
Subject: Haiku: add missing include
|
|
|
|
|
|
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.8.3.4
|
|
|