Build mesa 6175 completed

Commit 8ceccbf80d by Jon Turney on 11/13/2017 10:13 AM:
meson: Don't define HAVE_PTHREAD only on linux\n\nI'm not sure of the reason for this. I don't see anything like this in\nconfigure.ac\n\nIn include/c11/threads.h the cases are:\n\n1) building for Windows -> threads_win32.h\n2) HAVE_PTHREAD -> threads_posix.h\n3) Not supported on this platform\n\nSo not defining HAVE_PTHREAD for anything not Windows just means we can't\nbuild at all.\n\nWhen we are building for Windows, I'm not sure if dependency('threads')\nwould ever find anything, or defining HAVE_PTHREAD has any effect, but avoid\ndefining it there, just in case.\n\nSigned-off-by: Jon Turney <jon.tur...@dronecode.org.uk>\nReviewed-by: Eric Engestrom <eric.engest...@imgtec.com>\nReviewed-by: Dylan Baker <dy...@pnwbakers.com>

Configure your notification preferences

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to