X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2FSConscript;h=2657bba47c7cfd84728d041ba5340f3cb1e591e1;hb=e801fbb8131a6124e4f9663e97c66de24918a584;hp=a24aceaea1b3695e061b104b2b202fe03486285b;hpb=61ef697afc0ad509dcabdecfc424f27b5966969c;p=mesa.git diff --git a/src/SConscript b/src/SConscript index a24aceaea1b..2657bba47c7 100644 --- a/src/SConscript +++ b/src/SConscript @@ -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