From 13d96866ca5d0e2be51f20a72da9e0f7032a16ea Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 25 Mar 2014 17:54:52 +0100 Subject: mesa git update 25 Marc 2014 mesa commit b995a010e688bc4d4557e973e5e28091c378e881 --- mesalib/scons/gallium.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mesalib/scons') 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', -- cgit v1.2.3