summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/SConscript
diff options
context:
space:
mode:
authorAlexander von Gluck IV <[email protected]>2013-11-13 05:39:19 +0000
committerAlexander von Gluck IV <[email protected]>2013-11-13 10:41:10 -0600
commitdf91144a6d17f934ac5cccd63bca2f49e967708a (patch)
tree49874b5a73ac7c4d080713f5411567024936fac5 /src/mesa/drivers/SConscript
parent9976a176ae62d53e8ad0c0f934d207e22ac41e85 (diff)
haiku: add swrast driver
* This is pretty small and upkeep should be minimal. * Currently fully working. * Cannidate for 10.0.0 branch Acked-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/drivers/SConscript')
-rw-r--r--src/mesa/drivers/SConscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/drivers/SConscript b/src/mesa/drivers/SConscript
index 355e6807a78..86aa868e5ee 100644
--- a/src/mesa/drivers/SConscript
+++ b/src/mesa/drivers/SConscript
@@ -10,3 +10,6 @@ if env['dri']:
if env['platform'] == 'windows':
SConscript('windows/gdi/SConscript')
+
+if env['platform'] == 'haiku':
+ SConscript('haiku/swrast/SConscript')