diff options
author | Chia-I Wu <[email protected]> | 2010-05-31 12:17:27 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-05-31 13:27:46 +0800 |
commit | ec0bab3a51026d129fb60b5e6b435c6430e79b5b (patch) | |
tree | 23375e9675e0ed57c0ba19e57956dc1a8a3a8bef /src/gallium/targets/SConscript | |
parent | a8e195ec24dc244d975cbd3526debc2c22e717be (diff) |
targets/egl: Add SConscript for egl_gdi_swrast.
egl_gdi_swrast uses st/egl/gdi and winsys/sw/gdi to provide an EGL
driver for Windows.
Diffstat (limited to 'src/gallium/targets/SConscript')
-rw-r--r-- | src/gallium/targets/SConscript | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/targets/SConscript b/src/gallium/targets/SConscript index 519dbff7fd3..bae839a772f 100644 --- a/src/gallium/targets/SConscript +++ b/src/gallium/targets/SConscript @@ -30,6 +30,11 @@ if 'xorg' in env['statetrackers']: 'xorg-vmwgfx/SConscript', ]) +if 'egl' in env['statetrackers']: + SConscript([ + 'egl-swrast/SConscript', + ]) + # Ideally all non-target directories would produce convenience # libraries, and the actual shared libraries and other installables # would be finally assembled in the targets subtree: |