diff options
author | Jakob Bornecrantz <[email protected]> | 2010-04-22 21:21:24 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-04-30 11:47:27 +0100 |
commit | 734522aceeb5120de28a081d997ef705d9137d73 (patch) | |
tree | fc5f15569e7878928508459d2703e7102bf132cb /src/gallium/targets/xorg-vmwgfx/SConscript | |
parent | f67b020a942911f80b7b774c6d64701d1981c608 (diff) |
xorg-vmwgfx: Add vmwctrl proto
Diffstat (limited to 'src/gallium/targets/xorg-vmwgfx/SConscript')
-rw-r--r-- | src/gallium/targets/xorg-vmwgfx/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/xorg-vmwgfx/SConscript b/src/gallium/targets/xorg-vmwgfx/SConscript index d5edbebae87..43b2c74f9ce 100644 --- a/src/gallium/targets/xorg-vmwgfx/SConscript +++ b/src/gallium/targets/xorg-vmwgfx/SConscript @@ -48,6 +48,7 @@ if env['platform'] == 'linux': sources = [ 'vmw_ioctl.c', + 'vmw_ctrl.c', 'vmw_screen.c', 'vmw_video.c', 'vmw_xorg.c', |