aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/winsys/sw/hgl/SConscript
diff options
context:
space:
mode:
authorAlexander von Gluck IV <[email protected]>2013-10-03 01:22:48 +0000
committerAlexander von Gluck IV <[email protected]>2013-10-04 18:20:09 -0500
commit8730236d1a900c9512a9ef92c08034f0223bcf92 (patch)
tree9d4ec570b0604811cc4431f0e0f5cab292939021 /src/gallium/winsys/sw/hgl/SConscript
parentc9f1217e1f2c309cfd8770940773f1f35582a795 (diff)
haiku: Add first Haiku renderer (softpipe)
* This shared library gets parsed by the system as a system "add-on"
Diffstat (limited to 'src/gallium/winsys/sw/hgl/SConscript')
-rw-r--r--src/gallium/winsys/sw/hgl/SConscript1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/winsys/sw/hgl/SConscript b/src/gallium/winsys/sw/hgl/SConscript
index e88125721ab..44080a67394 100644
--- a/src/gallium/winsys/sw/hgl/SConscript
+++ b/src/gallium/winsys/sw/hgl/SConscript
@@ -21,5 +21,4 @@ if env['platform'] in ('haiku'):
'bitmap_wrapper.cpp',
]
)
- env.Alias('ws_haiku', ws_haiku)
Export('ws_haiku')