You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789101112 |
- Import('*')
-
- SConscript('osmesa/SConscript')
-
- if env['x11']:
- SConscript('x11/SConscript')
-
- if env['drm']:
- SConscript('dri/common/xmlpool/SConscript')
-
- if env['platform'] == 'windows':
- SConscript('windows/gdi/SConscript')
|