util: remove support for GCC older than 4.1.0
[mesa.git] / src / SConscript
index a24aceaea1b3695e061b104b2b202fe03486285b..2657bba47c7cfd84728d041ba5340f3cb1e591e1 100644 (file)
@@ -4,6 +4,7 @@ Import('*')
 if env['platform'] == 'windows':
     SConscript('getopt/SConscript')
 
+SConscript('util/SConscript')
 SConscript('glsl/SConscript')
 
 if env['hostonly']:
@@ -11,6 +12,7 @@ if env['hostonly']:
     # compilation
     Return()
 
+SConscript('loader/SConscript')
 
 # When env['gles'] is set, the targets defined in mapi/glapi/SConscript are not
 # used.  libgl-xlib and libgl-gdi adapt themselves to use the targets defined