diff options
Diffstat (limited to 'scons/gallium.py')
-rwxr-xr-x | scons/gallium.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scons/gallium.py b/scons/gallium.py index dc7fdce2874..767766fd6fe 100755 --- a/scons/gallium.py +++ b/scons/gallium.py @@ -323,10 +323,6 @@ def generate(env): 'GLX_DIRECT_RENDERING', 'GLX_INDIRECT_RENDERING', ] - if env['platform'] in ('linux', 'freebsd'): - cppdefines += ['HAVE_ALIAS'] - else: - cppdefines += ['GLX_ALIAS_UNSUPPORTED'] if env['platform'] in ('linux', 'darwin'): cppdefines += ['HAVE_XLOCALE_H'] |