diff options
author | Chia-I Wu <[email protected]> | 2010-06-30 13:15:18 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-06-30 14:00:43 +0800 |
commit | 8977879ec91b21572abd9bb95dcd0e72ba49f753 (patch) | |
tree | ec35ec8b2a70b1bc124728c8cd39b9f664bbf36b /src/gallium/targets/SConscript | |
parent | 2f0b01826dbae60fed60c0d744d42a1a4cde4a84 (diff) |
st/egl: Add egl-gdi target.
The target supports OpenVG on Windows with software rasterizer. The
egl_g3d_loader defined by the target supports arbitrary client APIs and
window systems. It is the SConscript that limits the support to OpenVG
and GDI.
This commit also fixes a typo in gdi backend.
Diffstat (limited to 'src/gallium/targets/SConscript')
-rw-r--r-- | src/gallium/targets/SConscript | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/targets/SConscript b/src/gallium/targets/SConscript index 97187030abc..f8276b15558 100644 --- a/src/gallium/targets/SConscript +++ b/src/gallium/targets/SConscript @@ -32,8 +32,7 @@ if 'xorg' in env['statetrackers']: if 'egl' in env['statetrackers']: SConscript([ - 'egl-swrast/SConscript', - 'egl-apis/SConscript', + 'egl-gdi/SConscript', ]) # Ideally all non-target directories would produce convenience |