Module: Mesa Branch: staging/19.3 Commit: f09a153c0a2bc96f60c18caf932434787309290b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f09a153c0a2bc96f60c18caf932434787309290b
Author: Erik Faye-Lund <[email protected]> Date: Thu Jan 16 17:27:16 2020 +0100 docs: open paragraph before closing it Fixes: 44c5e634a5c "docs: update meson docs for windows" Acked-by: Dylan Baker <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431> (cherry picked from commit f0677086a17930130c2e01546fc007659b9269ba) --- .pick_status.json | 2 +- docs/meson.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pick_status.json b/.pick_status.json index a74b0660636..9893ae35859 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1093,7 +1093,7 @@ "description": "docs: open paragraph before closing it", "nominated": true, "nomination_type": 1, - "resolution": 0, + "resolution": 1, "master_sha": null, "because_sha": "44c5e634a5cd568306d42777af6c660fbbb5773e" }, diff --git a/docs/meson.html b/docs/meson.html index 7a5d14bdf38..e5efbf2a652 100644 --- a/docs/meson.html +++ b/docs/meson.html @@ -47,7 +47,7 @@ or <pre> sudo dnf install meson # Fedora </pre> - +<p> Some older versions of meson do not check that they are too old and will error out in odd ways. </p> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
