Module: Mesa Branch: master Commit: fe73c74691ed7ac5d26c23c8a54f9f2e088ae86f URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe73c74691ed7ac5d26c23c8a54f9f2e088ae86f
Author: Eric Engestrom <[email protected]> Date: Wed Apr 24 13:19:24 2019 +0100 docs: haiku can be built using meson Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]> --- docs/egl.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/egl.html b/docs/egl.html index 915a0e7d9f8..6a45145d31c 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -86,7 +86,7 @@ and <code>haiku</code>. The <code>android</code> platform can either be built as a system component, part of AOSP, using <code>Android.mk</code> files, or cross-compiled using appropriate options. -The <code>haiku</code> platform can only be built with SCons. +The <code>haiku</code> platform can only be built with SCons or Meson. Unless for special needs, the build system should select the right platforms automatically.</p> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
