summaryrefslogtreecommitdiff
path: root/src/gallium/targets/dri-vmwgfx/SConscript
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-06-01 04:06:52 +0100
committerJakob Bornecrantz <jakob@vmware.com>2010-06-06 12:29:29 +0100
commitc1a19689b83a9569b30ba43c168fdca328cb9f2e (patch)
tree13b0c2e3f360a6f911fb5154b2db70fea9016e15 /src/gallium/targets/dri-vmwgfx/SConscript
parente72b15aa47c24b920c708e1dc47f69a070d50d51 (diff)
gallium: Make all drm drivers use the new drm compat helper
Diffstat (limited to 'src/gallium/targets/dri-vmwgfx/SConscript')
-rw-r--r--src/gallium/targets/dri-vmwgfx/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/dri-vmwgfx/SConscript b/src/gallium/targets/dri-vmwgfx/SConscript
index 09a0c254c3..3d0c5495da 100644
--- a/src/gallium/targets/dri-vmwgfx/SConscript
+++ b/src/gallium/targets/dri-vmwgfx/SConscript
@@ -20,6 +20,6 @@ env.Prepend(LIBS = [
env.LoadableModule(
target = 'vmwgfx_dri.so',
- source = 'dummy.c',
+ source = 'target.c',
SHLIBPREFIX = '',
)