i915g: Remove lib prefix from driver

This commit is contained in:
Jakob Bornecrantz 2009-09-04 23:46:22 +01:00 committed by Jakob Bornecrantz
parent 9fff4b46d3
commit 530fbd314e
1 changed files with 2 additions and 1 deletions

View File

@ -12,8 +12,9 @@ drivers = [
trace,
]
env.SharedLibrary(
env.LoadableModule(
target ='i915_dri.so',
source = COMMON_GALLIUM_SOURCES,
LIBS = drivers + mesa + auxiliaries + env['LIBS'],
SHLIBPREFIX = '',
)