X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgallium%2FSConscript;h=f281f4c6567dc39f37dc0f160ccf8a145415e63c;hb=5cf693266faebd1fc130709fd7e7b2452bbd156c;hp=b61eba0390e19acfdbbdc7261b939206e483d941;hpb=5cc4b4aaf43d038a2788522613f283e5f4b9182d;p=mesa.git diff --git a/src/gallium/SConscript b/src/gallium/SConscript index b61eba0390e..f281f4c6567 100644 --- a/src/gallium/SConscript +++ b/src/gallium/SConscript @@ -58,7 +58,7 @@ SConscript('winsys/sw/null/SConscript') if not env['embedded']: SConscript('state_trackers/vega/SConscript') - if env['platform'] not in ['darwin', 'haiku', 'sunos']: + if env['platform'] not in ('cygwin', 'darwin', 'haiku', 'sunos'): SConscript('state_trackers/egl/SConscript') if env['x11']: @@ -124,7 +124,7 @@ SConscript([ ]) if not env['embedded']: - if env['platform'] not in ['darwin', 'haiku', 'sunos']: + if env['platform'] not in ('cygwin', 'darwin', 'freebsd', 'haiku', 'sunos'): SConscript([ 'targets/egl-static/SConscript' ])