summaryrefslogtreecommitdiff
path: root/src/gallium/targets/egl/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/targets/egl/SConscript')
-rw-r--r--src/gallium/targets/egl/SConscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/egl/SConscript b/src/gallium/targets/egl/SConscript
index c743c26cf6f..f2bcb6e684f 100644
--- a/src/gallium/targets/egl/SConscript
+++ b/src/gallium/targets/egl/SConscript
@@ -27,7 +27,7 @@ if env['platform'] == 'windows':
egl_gallium_swrast = env.SharedLibrary(
target ='egl_gallium_swrast',
- source = 'pipe_swrast.c',
+ source = ['egl.c', 'pipe_swrast.c'],
LIBS = st_egl_gdi + ws_gdi + drivers + gallium + egl + env['LIBS'],
)