docs: include explicit setup in instructions

The implicit `meson builddir/` is deprecated, and while we have fixed
our scripts, we forgot to update the docs we give our users ^^'

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Emma Anholt <emma@anholt.net>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21468>
This commit is contained in:
Eric Engestrom 2023-02-22 15:43:57 +00:00 committed by Marge Bot
parent a502f4fc13
commit e316416dd0
4 changed files with 13 additions and 13 deletions

View file

@ -41,7 +41,7 @@ one cross-compiling the turnip driver for a stock Pixel phone)
.. code-block:: console
meson build-android-aarch64 \
meson setup build-android-aarch64 \
--cross-file android-aarch64 \
-Dplatforms=android \
-Dplatform-sdk-version=26 \