diff options
author | Chia-I Wu <[email protected]> | 2010-08-19 13:45:29 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-08-19 14:07:29 +0800 |
commit | ce29e864588b0fdf36607864df45a3c237781e78 (patch) | |
tree | 7c914fa30f4390c1bff5670d144bdeb13481afdd | |
parent | 88f5976484842671ecb2cefcfa91838a43032359 (diff) |
st/egl: Fix win32 build.
Add new source files to SConscripts.
-rw-r--r-- | src/egl/main/SConscript | 1 | ||||
-rw-r--r-- | src/gallium/state_trackers/egl/SConscript | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/egl/main/SConscript b/src/egl/main/SConscript index 3d7ae3a8e4e..c7ba45c0d69 100644 --- a/src/egl/main/SConscript +++ b/src/egl/main/SConscript @@ -36,6 +36,7 @@ if env['platform'] != 'winddk': 'eglscreen.c', 'eglstring.c', 'eglsurface.c', + 'eglsync.c', ] egl = env.SharedLibrary( diff --git a/src/gallium/state_trackers/egl/SConscript b/src/gallium/state_trackers/egl/SConscript index e71aec35b73..efcce25e317 100644 --- a/src/gallium/state_trackers/egl/SConscript +++ b/src/gallium/state_trackers/egl/SConscript @@ -21,6 +21,7 @@ if 'egl' in env['statetrackers']: 'common/egl_g3d_api.c', 'common/egl_g3d_image.c', 'common/egl_g3d_st.c', + 'common/egl_g3d_sync.c', 'common/native_helper.c', ] |