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:
parent
a502f4fc13
commit
e316416dd0
4 changed files with 13 additions and 13 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue