targets/egl: Add SConscript for egl_gdi_swrast.
[mesa.git] / src / gallium / targets / SConscript
index 519dbff7fd3347cf09d2447943e3c123cc31ebb2..bae839a772f8ac98a2a91a02d147a0c98e888eec 100644 (file)
@@ -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: