diff options
author | marha <marha@users.sourceforge.net> | 2014-03-25 17:54:52 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-03-25 17:54:52 +0100 |
commit | 13d96866ca5d0e2be51f20a72da9e0f7032a16ea (patch) | |
tree | be456b793acca557025c7abad4ddfa5eb8a7292d /mesalib/scons | |
parent | e0927d908a12c9c140458c355b29b884a7705f2d (diff) | |
download | vcxsrv-13d96866ca5d0e2be51f20a72da9e0f7032a16ea.tar.gz vcxsrv-13d96866ca5d0e2be51f20a72da9e0f7032a16ea.tar.bz2 vcxsrv-13d96866ca5d0e2be51f20a72da9e0f7032a16ea.zip |
mesa git update 25 Marc 2014
mesa commit b995a010e688bc4d4557e973e5e28091c378e881
Diffstat (limited to 'mesalib/scons')
-rw-r--r-- | mesalib/scons/gallium.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mesalib/scons/gallium.py b/mesalib/scons/gallium.py index f505a62be..e11d4dba3 100644 --- a/mesalib/scons/gallium.py +++ b/mesalib/scons/gallium.py @@ -269,6 +269,11 @@ def generate(env): cppdefines += ['HAVE_ALIAS'] else: cppdefines += ['GLX_ALIAS_UNSUPPORTED'] + if env['platform'] == 'haiku': + cppdefines += [ + 'HAVE_PTHREAD', + 'HAVE_POSIX_MEMALIGN' + ] if platform == 'windows': cppdefines += [ 'WIN32', |