diff options
author | marha <marha@users.sourceforge.net> | 2014-03-25 17:58:27 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-03-25 17:58:27 +0100 |
commit | cd9a6bd6dd3acdebd091fabbe9382e0831362ab1 (patch) | |
tree | 48bea27f46ecfe20e0cc342752d7bec5b81d402c /mesalib/scons | |
parent | ba6115f56f066621a20fa545ddd67721afd35523 (diff) | |
parent | 13d96866ca5d0e2be51f20a72da9e0f7032a16ea (diff) | |
download | vcxsrv-cd9a6bd6dd3acdebd091fabbe9382e0831362ab1.tar.gz vcxsrv-cd9a6bd6dd3acdebd091fabbe9382e0831362ab1.tar.bz2 vcxsrv-cd9a6bd6dd3acdebd091fabbe9382e0831362ab1.zip |
Merge remote-tracking branch 'origin/released'
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', |