Mesa (master): haiku: Correct Haiku softpipe library

Alexander von Gluck IV kallisti5 at kemper.freedesktop.org
Fri Oct 4 23:22:07 UTC 2013


Module: Mesa
Branch: master
Commit: bc2fb19773908aa95f81c96ea4e22ff87167bfb4
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bc2fb19773908aa95f81c96ea4e22ff87167bfb4

Author: Alexander von Gluck IV <kallisti5 at unixzen.com>
Date:   Thu Oct  3 02:14:20 2013 +0000

haiku: Correct Haiku softpipe library

* Use LoadableModule vs SharedLibrary

---

 src/gallium/targets/haiku-softpipe/SConscript |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/targets/haiku-softpipe/SConscript b/src/gallium/targets/haiku-softpipe/SConscript
index 0a99976..6e12dc4 100644
--- a/src/gallium/targets/haiku-softpipe/SConscript
+++ b/src/gallium/targets/haiku-softpipe/SConscript
@@ -36,7 +36,7 @@ softpipe_sources = [
 ]
 
 # libswpipe gets turned into "Software Renderer" by the haiku package system
-module = env.SharedLibrary(
+module = env.LoadableModule(
     target ='swpipe',
     source = softpipe_sources,
 )




More information about the mesa-commit mailing list