[Mesa-dev] [PATCH 3/6] haiku: Correct Haiku softpipe library
Alexander von Gluck IV
kallisti5 at unixzen.com
Fri Oct 4 10:36:04 PDT 2013
* Use LoadableModule vs SharedLibrary
---
src/gallium/targets/haiku-softpipe/SConscript | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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,
)
--
1.8.4
More information about the mesa-dev
mailing list